PDA

View Full Version : but its too hard!!!


aaron.nz
09-01-2002, 07:04 AM
I have been trying and trying to find the right place to come so Im gonna try my luck here!

I have been searching for tutorials on how to create a simple image fade effect, one image would fade into the other viza verza, but I simply cant get it to work, I have tried the text effect, and cant even do that!!!

I have even tried to convert it into my Dreamweaver HTML document and when I press F12 to view the page, it just sits there and says its loading and it doesnt even.

What do I need to do to make the stupid thing work? :(

DiDi
09-01-2002, 11:50 AM
Check this thread, it explains in detail with sample code how to do it with Actionscript (you even have .fla posted at the end):

http://board.flashkit.com/board/showthread.php?threadid=355274


Hope this helps...

DD

GustavoGF
09-03-2002, 09:51 PM
It's very simple...
First you create a graphic symbol for each image.
Then, in the main timeline, you place an instance of one image in one layer and an instance of the other image in another layer.

Create a tween motion from alpha 0 and 100 for the first image.
Then, near the frame that the tween is over, start another tween in the other image from alpha 0 and 100... There you go!

Any doubts, post here...