I have managed to sort this out but want to know if I am doing this the right way - is it the most efficient way?
Here goes.
I have my main timeline with a frame lable at frame 30 called main.
I have placed a movieclip on frame 1 of my main timeline. Inside the movieclip I have a button and on the last frame i have the following actionscript:
_root.gotoAndPlay(“main”);
Now on my button I use actionscript to go to the above frame with the _root.gotoAndPlay(“main”); instruction on it. This works fine and does send me back to the main timeline. I am just wondering if this is the best way to accomplish this?
Is there actionscript that can be put on the button alone that will send it to the frame lable in the main timeline? I pressume it would be similar to the above code but with an “on release” attached, I dont know the correct syntax.
In fact, I’ll post an FLA in case my explanation isn’t clear
Thank you