Answered
How can u make a mc change what frame the Main TimeLine is on
How can u make mc change what frame the Main TimeLine is on?
For Example
onClipEvent (enterFrame) {
if (_root.mc1.hitTest(this) == true) {
play();
}
}
I want the mc to play the main Timeline not its own timeline
Thank you for you time
Rbr1234
For Example
onClipEvent (enterFrame) {
if (_root.mc1.hitTest(this) == true) {
play();
}
}
I want the mc to play the main Timeline not its own timeline
Thank you for you time
Rbr1234