That didn't work!?
if (_root.passing == "port"

{
gotoAndPlay("student",1);
} else {
gotoAndPlay("home",265);
}
I am using a Input box named "passing".
A button symbol that I created
The password is, "port"
The code is below:
if (_root.passing == "port"

{
gotoAndPlay("student",1);
} else {
gotoAndPlay("home",265);
}
What else could be wrong??