|
-
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
-
Begin Tell Target"/mc1"
Go To And Play(framelabel)
End tell target
/refers to a mc on the main timeline!!!
-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|