AS3 Display List
AS3 Display List
Out of context: Reply #1
- Started
- Last post
- 8 Responses
- skelly_b0
to get rid of something you need to remove all references to it. The object still exists in memory when removed from the list. Try something like this:
removeChild(backBtn);
backBtn = null;