A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Movie Clip Help

  1. #1
    Junior Member
    Join Date
    Aug 2000
    Posts
    26
    Hi everyone. I have a movie where I have the Navigationla system in a movie clip, but I cannot figure out how to make, say, a button in a movie clip, to go to a frame outside of the movie clip (except for the obvious solution of putting the rest of the site in the movie clip also, but I am too far in progress with the site to do that unless absoultely necisary). Any help would be greatly appreciated!

    ~Chuck

  2. #2
    Senior Member
    Join Date
    Mar 2000
    Posts
    597
    You need to use Tell Target.

    eg to target the timeline of your main movie from a movie clip

    use

    Begin Tell Target ("/")
    Go to and Play (5)
    End Tell Target

    Let me know if you need more,

    Rich.

  3. #3
    Junior Member
    Join Date
    Aug 2000
    Posts
    26
    OK so how I understand this

    On (Release)
    Begin Tell Target ("Scene,Frame#")
    Go to and play (Frame)
    End Tell Target
    End On

    Is this correct?? Thanks

    ~Chuck


  4. #4
    Senior Member
    Join Date
    Jul 2000
    Posts
    198
    Yes you are almost right:

    On (Release)
    Begin Tell Target ("Movie clip instance "/" coresponds to main time line clip")
    Go to and play ("Frame")
    End Tell Target
    End On

  5. #5
    cph2686,

    If you're still stuck, I've given detailed instructions on using tell target for your problem. Look in thread created by Marcebra 08-10-2000 03:31pm

    Hope this helps

    DOA

  6. #6
    Senior Member
    Join Date
    Mar 2000
    Posts
    123
    P.S if you need more Info Look In the help Section About Targets

    "/"= Main Time Line

    "../" Up one level
    "../../" two levels up
    etc...
    _level*=telling target a level


    and it goes on

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