I think there are 2 different practices with dealing with display object on the stage.
-
You draw all the objects on the stage and then manipulate the “visible” attribute to show or hide them.
-
You use addChild and removeChild to manipulate the visiblity
How do you think what is the best method for this?
Chris
You use addChild and removeChild to manipulate the visiblity.
It has some advantages comparing with timeline
movieClip