WhiteTiger
Programmer
It never fails, that as soon as you stop learning, the things you learn slowly seep out of your head....
Anyways...I have some problems...I have frame 1 with a stop, a motion tween, then other frames 10-15 which are supposed to display differen't 'pages'...but my button code isn't working...anyone help me here?...Im trying to set a variable to check if the transition has played, and if so, just jump to the frame cooresponding to the data...here's the code.
Regards,
Anthny
----------------------------------------
"You say [red]insanity[/red] like it's a BAD THING!"
Anyways...I have some problems...I have frame 1 with a stop, a motion tween, then other frames 10-15 which are supposed to display differen't 'pages'...but my button code isn't working...anyone help me here?...Im trying to set a variable to check if the transition has played, and if so, just jump to the frame cooresponding to the data...here's the code.
Code:
on (release) {
_root.thisframe == 11;
if (_root.GlobalIntro=false) {
gotoAndPlay (2);
} else {
gotoAndPlay (_root.thisframe);
}
}
Anthny
----------------------------------------
"You say [red]insanity[/red] like it's a BAD THING!"