on (release) {
if (Scene12input1 == “+Tcos45” || scene12input1 == “-Rcos60” && scene12input2 == “+Tcos45” || scene12input2 == “-Rcos60” && scene12input3 == “+Tcos45” || scene12input3 == “-Rcos60” && scene12input4 == “+Tcos45” || scene12input4 == “-Rcos60” && scene12input5 == “+Tcos45” || scene12input5 == “-Rcos60” )
{
gotoAndStop(“Scene 12”, 2);
}
}
It cant seems to work, basically there are 5 input boxes: scene12input1 - scene12input5…
Basically as long as user key in “+Tcos45” and “-Rcos60” in any of the 5 boxes, it will go to frame 2… but it some does not work… 0_0~~