|
-
In my main time line i have a movie clip which contains a navigation button in frmae 1. When you click it it jumps to frame 2 which holds another movie clip in it which you can drag around the screen, this is to hold the information on this subject. In this movie clip is a close type button which i want to use to go back to frame 1 in the previous movie where the dragable box isnt and looking like you close the box.
I have tried all types of things!
Hopefully you follow this as its driving me mad!
This is in Flash 5
Thanks
Adamski
-
Since the button to go back to frame 1 is inside the movie clip, you have to refer back to the main timeline when you use the goto.
_parent.gotoAndStop(1);
-
Thank You
Thank you!!
I had tried that before, but i hadnt ticked the expression box!
Thanks Again
Adamski
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|