Tuesday, May 22, 2012

[Action Script] Removing Object Question May,2012

If

var arrow:Arrow = new Arrow()

creates a new arrow in the memory and

addChild(arrow)

adds it to the display list,

parent.removeChild(this)

removes the object from the display list but how do you remove it from memory?
Removing Object Question

Related Post



0 comments: