Hi!
Here is a problem.
I have instance of MC named(cover) on the main timeline.
on one of the buttons I have
On (Release)
Begin Tell Target ("cover")
Go to and Play (2)
End Tell Target
End On

Now! when this MC plays and reaches particular frame I want to talk back to
the main
timeline and send a command to go to another frame on the main timeline.
It should look something like this
On (Release)
Begin Tell Target ("cover")
Go to and Play (2)
If(_currentframe) eq "thisframe"
Begin Tell Target ("/")
Go to and play (whateverframe)
End Tell Target
End Tell Target
End On
I know I can't do it like this., but how I can make the instance talk back
to main movie without writing code inside of the MC???
Thank You
Ilia