Skip to main content
Known Participant
March 11, 2007
Answered

How can u make a mc change what frame the Main TimeLine is on

  • March 11, 2007
  • 1 reply
  • 391 views
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
This topic has been closed for replies.
Correct answer 2m91_2
adress thr main timeline as "this._parent".

1 reply

2m91_2
2m91_2Correct answer
Inspiring
March 11, 2007
adress thr main timeline as "this._parent".
rbr1234Author
Known Participant
March 11, 2007
ok thx ill try it