PDA

View Full Version : How is this effect created?



Project004
May 2nd, 2006, 07:47 AM
Can anyone tell me how this effect is created?

http://www.bankfashion.co.uk

The flood fill / stretching? effect as the images load...

I've seen something similar before but I've no idea how it's done...

_this
May 2nd, 2006, 08:12 AM
if u have tween function (mxp) installed in your flash u can use the
movieclip.tween("_width", 300, 1);
or if u not installed this u can make with:
movieclip._xscale or movieclip._width +=

Download tween function in: http://hosted.zeh.com.br/mctween/downloads.html

Project004
May 4th, 2006, 01:40 AM
That was great, the MC Tween functions are very handy indeed!

SmoothDime
May 4th, 2006, 01:50 AM
yeah, they're awesome.

nih
May 4th, 2006, 05:26 AM
I don't think that's the tween plugin.

It looks more like a pixel shader effect, although I think they probably cheated to get speed and simply sliced the images up into a lot of vertical strips that are then stretched in one after the other.

unbeatable
May 4th, 2006, 06:40 AM
right, it's not that tween they used in that web.

pixi
May 4th, 2006, 08:06 AM
Maybe this will help? :):):)

Flash 8 only

Jolly_Fat_Man
May 4th, 2006, 11:54 AM
Not to be dense, but how does that fla do the stretch?
I've going over it and I can't find anything but the preeloader.

devonair
May 4th, 2006, 12:41 PM
this might help:

http://www.sephiroth.it/tutorials/flashPHP/fillRect/

Project004
June 6th, 2006, 03:50 PM
al of this helped greatlly thanks, I didn't manage to duplicate the effect but I learnt a lot ;) thanks again p004