silverswim
Programmer
Hi , on a rainy day ...: :
: : :
: : ::
I am using this to go from scene to scene:
on(release){
gotoAndPlay("seasons", 1);
}
I put it on the button by clicking the button instance on the stage and going into the actions panel.
In order to check for errors, I did it in normal mode too, but what happens is that the player goes back to the beginning of the current scene and just plays from there.
I have completely deleted the button, made a new one and put the code in again.
Have I got the code wrong??
Thanks people.