PDA

View Full Version : Input Letter Identifer


sam123
11-16-2005, 06:48 AM
Hi Everyone,

Need a little help with flash actionscript to finish this animation. I am sure its really simple to you guys but its greek to me.

I have been asked to create a Flash movie for the kids from my kids school but i cannot get the actionscript to work. Here is what I need:

Matching First Letter field with input letter.
As seen on the image, an uppercase Letter will be on the left hand box. For example: letter "A" and the kid will need to insert the proper letter using the keyboard. That is capitol "A" needs to be inserted on the right hand box in an insert field. the script must check if indeed the input is capitol or simple. (whatever the kid enters should be on the screen for atleast 2 seconds then it should move to next screen).

*If input is correct
If the input is correct it should show the next frame or screen which will be a smily face and then move to the next letter of the alphabet until all 26 letters are done.

*if input is wrong
If input is incorrect the screen should show an angry face and then repeat the same letter until its correct.