0 LIKES LikeUnLike
How do I delete an instance of an object from the stage using actionscript?For example, if there is an instance called "box" on the stage, imported from the library, how do I delete it?var box:box_mc = new box_mc();addChild(box); // These two lines create the instance on the stageHow do i delete the instance "box"?
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 1 answers.