PDA

Click to See Complete Forum and Search --> : Basic Flash Image Swap


jasonchan
06-05-2007, 05:59 AM
im new to flash and not sure about how i would produce this simple effect that i've seen. basically i have several images and i want them to slowly fade away to the next... any good tutorials out there about this technique?

Ned
06-05-2007, 06:07 AM
I'm sure there's plenty of tutorials (though I can't direct you), but all you really need for a cross-fade is to reduce the alpha on one symbol over a set number of frames, and increase the alpha (starting from 0) on the second symbol, over a set number of frames.

jasonchan
06-08-2007, 07:02 AM
yea i found a great tutorial and was just what i was lookin for:

http://www.flashvault.net/tutorial.asp?ID=128

lechapeau
06-10-2007, 05:36 PM
i'd keep looking around for a bit instead of using this tutorial that jasonchan listed i know there are a few out there that are more code driven and will result in a smaller more web-freindly image. using the method previously listed can result in a huge file.

Ned
06-11-2007, 04:58 AM
I don't see anything wrong with that tutorial. Make a symbol, tween the alpha. That's just standard procedure.