PDA

View Full Version : Transition Effect: help appreciated!


andkhl
01-14-2005, 04:34 AM
Here's the transition effect I am trying to achieve (background images reveal themselves in squares, one after the other, and very smoothly):
www.inlusion.com (http://www.inlusion.com/en/flash.html)

Would anybody point me in the right direction on how to do such transitions? Or maybe you could suggest a piece of actionscript that would do that?

danthewebguy
06-06-2005, 02:29 PM
any results? I'm looking for the same exact thing here -

andkhl
06-06-2005, 02:41 PM
Not exactly what I wanted (and not as smooth), but yeah... I did it. Kinda. I still hope someone more experienced in Flash than I am could help me (us) out with the script.

danthewebguy
06-06-2005, 02:43 PM
did you do it one square at a time or script it?

andkhl
06-06-2005, 04:32 PM
did you do it one square at a time or script it?

I had several squares on stage, which represented the number of rows I had in my design. Then I used the duplicateMovieClip() action and set the timing on each square , which triggered duplicated squares to open one after another on stage. Of course, if you don't take care of the timing, all of the duplicated squares are gonna open at the same time, which is gonna ruin the effect.

danthewebguy
06-06-2005, 04:33 PM
hmmm - I'm reeeeeal new to this AS stuff. Im trying to find a tutorial or fla that I can disect -

andkhl
06-06-2005, 04:35 PM
I wasn't able to find one. I sorry, I can't help you with that.

Adriano
06-07-2005, 02:59 PM
see if this helps you.
link (http://cezinha.com.br/transicoes/)

danthewebguy
06-07-2005, 03:03 PM
that's it! but, I can't read any of that. :(

rustys27851
06-07-2005, 08:45 PM
The site may not be in English, but the actionscript is still in actionscript. Just ignore the comments and play around with it.