hi, im using flash 8 and i have this code in a keyframe:
now, when it goes to frame 15 it stops. i have no idea why, but i think it maybe be because of the function, im not sure.Code:userinput.restrict="a-zA-Z0-9"; Selection.setFocus(userinput); passinput.restrict="a-zA-Z0-9"; status="Enter your information and submit"; this.onEnterFrame = function () { if(checklog == 1){ gotoAndPlay(27); } if(checklog == 2){ gotoAndPlay(15); } }
i also have this on a button in the same keyframe:
can anyone help?Code:on (release) { loadVariablesNum("newlogin.php", 0, "POST"); }


Reply With Quote