Excellent! Perfect! Again, thanks for the help!
Sweet.
The hands look more uniformed and nicer now. Good job.
Viru.
Hey, after thought, but would you know how to make the name entered a gobal varible so I can use it on “certificates” later for the kids when they finish?
In the actions layers 1st frame add the following line of code at the top:
_global.certificateName = inputText; // Takes the string entered in the textbox and stores it in a variable called 'certificateName'. Since the variable is global it can be called from anywhere in any swf.
Regards,
Viru.