[quoted text, click to view] scottjanousek wrote:
> I have a flash projector which is eating up a lot of memory when movieclips
> fade in and out ... the clips just contain static images ... wondering is this
> normal behavior or a memory leak problem ... I tried removing the clip via
> having a blank keyframe ... as well as attaching and removing the clip ... but
> I still get the problem ... not sure what it is ...
>
> My guess is flash takes up as much memory as it needs and rarely does garage
> collection ... is thre anyway to force garbage collection like in java????
Flash is CPU intensive and ALpha in conjunction with tween in particular very much so.
That's why many of us do not use it at all or at least try to avoid it.
What we do is we place single color shape on top of the image and fade it alpha
because single color is way less CPU intensive the complex image , than fade it out to
transparent so the illusion is pretty much the same.
Try ...
This is also recommended if you try to fade in text, large number of characters become
heavy wile alpha so place on top shape and fade out the shape , making it looks
same and way more smooth.
On top of it, you could use Easing Equations. SOme projects have cross fade and require to see the
images blanding into another so shape idea is out.
There are online Easing Equations , ActionScript 1.0 Equations and ActionScript 2.0
http://www.robertpenner.com/easing/ Which can help you build some really very smooth fading for large and lots of images.
--
Regards
urami_*
<hol>
http://flashfugitive.com/ </hol>
By The way: