PDA

View Full Version : fisheye



regbolD
July 25th, 2009, 02:45 PM
does anybody got a formula which does this?

http://flashden.net/item/powerful-fullscreen-scroller/full_screen_preview/15809

creatify
July 25th, 2009, 07:44 PM
That's occasionally referred to as a tsunami effect. You might see if this thread gets you someplace: http://www.kirupa.com/forum/showthread.php?t=319452&highlight=tsunami

.ral:cr
July 26th, 2009, 12:48 AM
on the Mac where is inspired from is called genie effect, and is not very hard to understand, you have to update all the sizes of the movieclips at mousemove depending where the mouse is, after you resize them you rearange them one after another.

probably doing this is harder than in theory.

Gnoll
July 26th, 2009, 01:10 AM
I don't see any rearranging, I would say it is just an array of images, then you tween the scale up on the image the mouse is over a lot, and then the images next to it up a little less, and so on.

Gnoll

regbolD
July 26th, 2009, 02:20 AM
on the Mac where is inspired from is called genie effect, and is not very hard to understand, you have to update all the sizes of the movieclips at mousemove depending where the mouse is, after you resize them you rearange them one after another.

probably doing this is harder than in theory.

yes,its 2 things, proximity (probably easier) + rearanging them so that they dont overlap (and thats the most important in my case :P)