deleting an object
deleting an object
Out of context: Reply #2
- Started
- Last post
- 8 Responses
- fourtenlabs0
i think i figured it out. flash can't delete an object only the variable that references the object. then flash will automatically clean up the garbage when it sees nothing is referencing the object anymore. so you could pass the name of the object to the method and delete that name inside the method.