removing attachedMovies
removing attachedMovies
Out of context: Reply #9
- Started
- Last post
- 10 Responses
- PonyBoy0
can you have your main mc container(with all elements) off stage and simply duplicate that? that way you can always call back your re-duplicate your original.
it makes sense in my head...but that doesn't mean much until it's on screen.
lvl_13
(Mar 7 07, 15:08)
---
surely... depending on how complex the stuff thats in there is... i'm not sure I'd want it's as running if it's not visible (using _visible will kill it's complete 'drawn' presence, but it's .as will still be there and running)...... so... I think in this case you would want to possible link a 'container' movieclip dynamically from your library... and then use 'attachMovie...'...
...that way there's no extra .as in the background that could be possibly using resources...