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

The [Lab] Distancefield particle fun! by Script.it, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Netherlands License.
