Hi
Could anyone tell me how i can get buttons i have within a movie clip to goto a certain scene and frame.
I had this working with this code:
on (release) {
_root.gotoAndPlay(70)
}
But i have now added a loading scene before the main scene and the buttons in the movie clip now jump back to the loading scene.....
Can i direct it to the main scene?
Any help would be appreciated
Thanks
Jon
Could anyone tell me how i can get buttons i have within a movie clip to goto a certain scene and frame.
I had this working with this code:
on (release) {
_root.gotoAndPlay(70)
}
But i have now added a loading scene before the main scene and the buttons in the movie clip now jump back to the loading scene.....
Can i direct it to the main scene?
Any help would be appreciated
Thanks
Jon