Log in

View Full Version : accesing the timeline from a doc class



evan
07-21-2009, 12:05 AM
I would like to know about moving the .fla file's timeline from the document class


normally I would use:
gotoandstop("middle")

with a doc class I tried


MovieClip(root).gotoAndStop("gameover"); which I thought was correct.

It IS correct -being up too late one night -my frame was not named correctly.