This content has been marked as final.
Show 2 replies
-
1. Re: Make an object vanish in Flash CS4 (AS3.0)
kglad Oct 13, 2009 9:58 AM (in response to Me2LoveIt2)you can always use:
vanish_mc.parent.removeChild(vanish_mc);
to remove vanish_mc from the display list.
but, you'll need to stop all streams in vanish_mc, if there are any. and, if you're not going to use vanish_mc anymore, you should ready it for gc.
-
2. Re: Make an object vanish in Flash CS4 (AS3.0)
Me2LoveIt2 Oct 13, 2009 10:58 AM (in response to kglad)Thank you, that is exactly what ti needed.
and i do never whant to see it again, how do it ready it for gc?
~ Thanks


