How do I change the frame of my timeline from my player class. I cannot just write gotoAndStop() because it will change the frame of the player not the timeline.
I figured I would try this:
MovieClip(parent).gotoAndStop(3);
TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::Stage@ed6fb51 to flash.display.MovieClip.
Why can I not cast this? Tracing parent and root both return stage.