TwelvestoneFlash

removing movieclip issue


Sign in

  • Waiting for Godot ( 730 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 5.1 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.9 k posts )
    general front end design an...
  • Back End ( 9.7 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
JLM
 
2007-12-20

trouble removing movieclips in as2. I am removing the movieclips but something is storing a reference to them either a 'loop' clip used for lite tweening or the 'EventsWrapper' class that all my classes extend from to have simple listeners.

Does

EventDispatcher.initialize(this);

clear the array holding events?

is there anyway to track references to a movieclip or atleast cut them so I can remove the movieclip.

JLM
 
2007-12-20

I found it I had some listeners on a timelineController that was ref to a movie on the stage, I just deleted the instance and recreated it and all was fine.

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneFlash

removing movieclip issue