Access main stage from class definition file (as3)
Posted
by staypuffinpc
on Stack Overflow
See other posts from Stack Overflow
or by staypuffinpc
Published on 2010-03-22T21:58:28Z
Indexed on
2010/03/22
22:01 UTC
Read the original article
Hit count: 177
as3
I'd like to access the stage of the main timeline from w/i a class that extends a movieclip. Basically, I have a button in the main timeline that makes a HUD appear. The HUD is an extended MovieClip class. When people click on a button in the HUD, I'd like to remove the object from the stage of the main MovieClip.
© Stack Overflow or respective owner