|
-
do you really have to destroy it? try making invisible.
name._visible = false;
-
I'm learning...
Well that way I could also just point to the last empty frame in my external movie, but that's not good. It is always good to close externally loaded movies when you doon't need them any more, so they won't "suck" additional system resources (processor's time)...
:: ONLINE PORTFOLIO :: web site (Flash version 7 required, recommended screen resolution: at least 1024x768 pixels)
-
I'm learning...
I just replaced
unloadMovie(EXTERNclip);
with this:
unloadMovie(this);
And it works like a charm... anyone knows why Flash 8 handles this function this way ? Sure I am happy it works, but I would really like to hear on why is it doing things like this...
Thanks!
:: ONLINE PORTFOLIO :: web site (Flash version 7 required, recommended screen resolution: at least 1024x768 pixels)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|