PDA

View Full Version : burn transition effect


pdechery
07-15-2004, 07:21 PM
Hi,

I would like to know how this (http://www.atb-music.com ) transition effect is done. When you get to the flash version of this (nice) site, notice the transition between the pictures. Itīs not the average alpha transition; it looks more like a burned picture becoming normal, from total white to the normal aspect.

This effect is very used around the web, but I still donīt get how itīs done.

Anyone can help, pleeease ?

Thanks,

Pierre

nousername
07-15-2004, 07:49 PM
nope... not just alpha... an advanced tween with various colours... check this for the basics....

http://www.kirupa.com/developer/mx/alpha_fade.htm

pdechery
07-16-2004, 09:12 PM
Nousername,

I went to the link but didnīt get what that tutorial has to do with the effect that I had mentioned. If you can, please go back to the site I linked in my previous message and just notice the transition between the pictures. It has no mouse interaction or anything like that, itīs just two images interpolating, with an interesting effect, that looks like alpha but itīs not alpha!

Thank you for the posting!

Pierre

Tink
07-17-2004, 11:23 AM
http://www.actionscript.org/forums/showthread.php3?t=50709&highlight=king

i belive thats the effect. example here http://www.langwij.co.uk/tink/imageBurn.html

pdechery
07-17-2004, 05:39 PM
Tink,

Thatīs exactly what I was looking for! Itīs kind of a "burning out" effect. I knew from the beggining that somewhere here I would find something about it. Well, now I have! ;)

Thanks a lot!

Pierre

pdechery
07-18-2004, 12:01 AM
Hi Tink,

I did a little investigation based on the links that you gave, and ended up downloading a couple of files, one of them being a .fla called "dynatint", offered by you, which had the color transition effect, done by some buttons that alternate the settings of that ra ba ga aa... properties; each button changing the tonality of the picture in a different way.

I donīt know if you remember that one, but I would like to ask you if that scripting on the file is the best, or simpler, to achieve that transition. Iīm asking this because in your message you said that actually that file was too old or something like that. So I tought that maybe there would be other way to do it.

I already understand how the thing is done, but donīt know yet how to put it in script and submit it to a MouseOver event, like the example that you posted (Imageburn).

Thanks a lot for your attention!

Pierre

Tink
07-18-2004, 12:17 AM
there is another example further down the post, which is the exact example linked on my site

http://www.flash-forum.co.uk/forum/attachment.php?s=&postid=12482

it uses Laco's Tween prototype, which is by far the easiest way.

pdechery
07-18-2004, 02:06 AM
Tink,

It worked! Thank you! :)

I went to Laco and downloladed the extension. The method worked just right!

Much better than that for..in code on the other file. At last, it helped me to exercise my brain a little!

Thanks a lot for your help!

Pierre

sagar
08-17-2004, 11:25 AM
tink,
i wanted the same effect but i am not able to do it, i have downloaded ur imageburn file but i dint get the extention yet so plz can u help me.

sagar

Tink
08-17-2004, 12:17 PM
you must have the extension installed for it to work http://laco.wz.cz/tween/?page=download

sagar
08-17-2004, 03:50 PM
Thanks Tink

i got it tahnks once again


sagar

sagar
08-18-2004, 06:54 AM
Dear Tink

Can u plz send me .as file so that i can go ahead, one more thing i am not a programmer so sometimes i dont understand the terms of scripting but at the same time i am very keen to learn action script of flash. Plz help me

sagar

Tink
08-19-2004, 11:54 AM
im not sure what you mean by send you the .as file. all the files you need are linked in this thread.