User inputs name-name mirrored in sign

Ok, I new at Flash but I’m catching on fairly quickly but I can’t think how to accomplish something…

I want a screen where the user entering the site enters their name, but as they are typing in there name, I’m trying to make it so it will load a specific movie clip depending on which letter they enter.

So, user enters: Mikol , has they are typing it or after and they submit, I want to bring up 5 different clips, on for each letter (I have indivdual movie clips of Sign Language hands doing the letters, so I want to bring up the Sign Language clip of “M” to match the users M- so they can see what there name would be in sign language).

I’m stuck for ideas. Appeciate the help in advance.

-M

[AS]
submit.onRelease = function(){
if(name.text == Mikol){
getURL(“http://www.kirupa.com”,"_blank");// just a test write your function there
}
}
[/AS]

You have some wicked cool brains out there. THANKS!

You opened a door…

no problem :slight_smile: