Hi ,
The code I want :
1- When the timeline is on this frame ,
2- Go to "frame 2 of prevScene"
Very basic ! :D
Thanks a lot .
Printable View
Hi ,
The code I want :
1- When the timeline is on this frame ,
2- Go to "frame 2 of prevScene"
Very basic ! :D
Thanks a lot .
simplest way is make a new frame on where you want it to start and put this
I forgot the code you can use if you want an external AS fileActionscript Code:prevScene();
gotoAndPlay(2);
It doesn't work .
That is easy , but no body answer me ... !
In the first frame in the beginning.Actionscript Code:blah = function () {
prevScene();
gotoAndStop(2);
};
On the frame you want it to happen. Sorry bout that mistake. My guess is that it stops running the rest of the code after the prev fram or something :/Actionscript Code:blah()
EDIT: Formated and rename blah to whatever you wish to name the function
Thanks a lot , but I couldn't see a correct result .
Can you send me this action script code in a FLA file ?
Help ... !
No correct help yet ...
I don't know why . :confused:
200 view , no help !
Anyone please help me ! It's easy for many people . Why no body help me ?