silverswim
Programmer
Hi,
I've put an 'exit' button in a movieclip on the root timeline, and i've given the button the script
on (release){
_root.gotoAndPlay("sceneName");
}
and scene is the name of the scene on the root timeline.
When I test run, the cursor changes to a hand over the button which is in the movieclip which is on the root timeline, but it wont go to the scene.
Could anyone tell me what is wrong with this setup?
Thanks in advance, silversim
I've put an 'exit' button in a movieclip on the root timeline, and i've given the button the script
on (release){
_root.gotoAndPlay("sceneName");
}
and scene is the name of the scene on the root timeline.
When I test run, the cursor changes to a hand over the button which is in the movieclip which is on the root timeline, but it wont go to the scene.
Could anyone tell me what is wrong with this setup?
Thanks in advance, silversim