Groups | Blog | Home
all groups > flash actionscript > december 2005 >

flash actionscript : Input Text


Dave Mennenoh
12/11/2005 12:07:31 PM
A simple test should be all you need:

if(myInputField.text == "theRightAnswer"){
mcCorrect.gotoAndPlay(2);
}else{
mcWrong.gotoAndPlay(2);
}

--
Dave -
www.blurredistinction.com/director
www.macromedia.com/go/team

VVill
12/11/2005 5:57:53 PM
Hello all. I am tyring to set up an input text field so that when the correct
answer is entered it play a one movie clip but when the wrong answer is entered
it plays a different clip. Does anyone have a link to a good tutorial that will
help me do this? or even explain it to me themselves???

Thanks!
1ratherdashing@gmail.com
AddThis Social Bookmark Button