removeMovieClip() not working

Haven’t got a decent workaround for this yet. I’m having problems removing a movieclip and attaching one within a single frame refresh.
The old clip is disappearing but the new one isn’t being attached. There is still a reference hanging around, and whatever I do to it, it won’t disappear. This may be due to the fact I’m trying to attach the same symbol with the same instance name at the same depth, but I haven’t got the time to do a simple test.
Workaround at the moment is to do it after an interval of 0, but that is obviously nasty…..

Leave a Reply