[Lab] Distancefield particle fun!

Distancefield… just playing around with particles ‘n code srtuctures…
having some fun. looks nice…. could add some more filter stuff maybe..
but for now this will do .

ow ye.. mouse is now a point controlled by a lissajous curve in 2d space

View CodeACTIONSCRIPT
1
2
mouseDistance = Math.sqrt( xdiff * xdiff + ydiff * ydiff);
current.scaleX = current.scaleY =  Math.min( 4.0, (  mouseDistance / 700) * 4.0);

..and stuff…

This movie requires Flash Player 9

Comments are closed.


Categories
Archives
LinkedIn
R. Kollau