PDA

View Full Version : pictures block effect



felipegm
March 9th, 2004, 10:14 AM
Hi,

How to make the effect of the pictures on this site:
http://www.howies.co.uk

where the pictures show up in blocks with easy.

Any other kinds of effects would be nice to see too.

tks

scotty
March 9th, 2004, 10:19 AM
search:)
http://www.kirupa.com/developer/mx/fadegrid.htm

scotty(-:

felipegm
March 12th, 2004, 08:00 AM
About the fadegrid tut.
I´m using this effect over a background. The white box is showing . Is there a way of making the box invisible while it´s fadding?
Also...
How to make the fade with an accelaration at the end (easy)?

ghjr
March 12th, 2004, 10:40 AM
You could probably do this:


_root.WhiteBox._visible = false;
* WhiteBox is the name you gave your MC

And then create a timer function to set _visible back to true.


ghjr