Password Help
I have an Input Text with the instance name of "input", and a button scripted like this:
on(press){
if(_root.input == "password"){
_root.play();
}
}
I want to make it so if "password" is typed into "input" and the button is pressed, the timeline will play. For some reason, the actionscript above isn't working. Help would be much appreciated. ![]()