Answered
attachMovie depth
I'm sure I have done this before without any issues, but
maybe something has changed?
I have a movieclip add at a depth of 100 using attachMovie(). I have removed this clip using unloadMovie() and attached a new movieclip at the depth of 100. The new movieclip instance is being created, but not displayed unless I attach to a different layer.
I know that when I had done this previously, adding a new instance to a depth where another instance already existed would replace the original instance.
So a few questions...
The first movieclip instance properties can still be accessed, even though the clip has been removed using unloadMovie(). Is there a way I need to completely unload it?
What do I need to do in order to use a reuse a depth?
I have a movieclip add at a depth of 100 using attachMovie(). I have removed this clip using unloadMovie() and attached a new movieclip at the depth of 100. The new movieclip instance is being created, but not displayed unless I attach to a different layer.
I know that when I had done this previously, adding a new instance to a depth where another instance already existed would replace the original instance.
So a few questions...
The first movieclip instance properties can still be accessed, even though the clip has been removed using unloadMovie(). Is there a way I need to completely unload it?
What do I need to do in order to use a reuse a depth?