I have a background bitmap that I made it fading to nothing if you leave that page. Seems like tweening it really bogs the flash file, making it fade chunky. Is there a way to fade it programmatically and have it fade smoothly at the same time?
If you're fading to nothing but black or white (i.e. there's no image underneath the one you're fading) you can tween the _brightness of the image rather than the _alpha which is a lot less work for the processor and so looks smoother.
Otherwise to fade to any other solid colour you can tween to a tint from the advanced option in the 'color' dropdown. Slainte
Hmm...the reason I'm fading this thing is because I have a bitmap underneath it. I figure fading a black object above it will be more friendly, which it does work better.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.