A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Time line problems - Please Help!!

  1. #1
    Junior Member
    Join Date
    May 2001
    Posts
    4
    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

  2. #2
    Hack
    Join Date
    Mar 2000
    Location
    Madison, WI
    Posts
    1,753
    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);

  3. #3
    Junior Member
    Join Date
    May 2001
    Posts
    4

    Smile 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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center