A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: simple one

  1. #1
    Member
    Join Date
    Jul 2000
    Posts
    87
    Hi!
    From MC that on the main timeline I call the frame where is other MC starts to play., and so i want to go to particular frame in this second MC.

    so the code looks something like
    Stop
    Begin Tell Target ("/")
    Go to and Play ("first,mc1_myframelabel")???
    End Tell Target

    how do i specify framelabel in the MC mc1 which is seating on the frame "first" on the main timeline
    Thank You

  2. #2
    Senior Moderator
    Join Date
    Apr 2000
    Location
    Sheffield, UK
    Posts
    3,881
    Begin Tell Target"/mc1"
    Go To And Play(framelabel)
    End tell target

    /refers to a mc on the main timeline!!!

  3. #3
    Member
    Join Date
    Jul 2000
    Posts
    87

    Hi Guru!
    I wish it would be that simple, But! First I have to go to the frame "first" where is "mc1" is sitting
    i can't just call em , because my plyback head not on this frame yet.
    So I have to do something like
    Begin Tell Target ("/")
    Go to and Stop ("first")
    End Tell Target
    and then on this frame "first"
    Begin Tell Target ("/mc1")
    Go to and Play ("daframe")
    End Tell Target
    ..oops it is working!!
    Thanks!
    Originally posted by FlashGuru
    Begin Tell Target"/mc1"
    Go To And Play(framelabel)
    End tell target

    /refers to a mc on the main timeline!!!

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