Hey! I have this script in a button, it only plays the “wrong” animation. Its probably something simple but I just cant figure it out!
~Thanks~
As 2.0
on(press){
if(pw == “bacon”){
_root.good.gotoAndPlay(2);
} else {
_root.wrong.gotoAndPlay(2);
}
}
*pw is the name of the input text feild