short attention span
home
luminance
project blogs
documentation
video clips
behind the screen
links
contact us


Wandering Dots, from levitated.net. The wandering is generated by the enterFrame method:

private function wander() {
vx+=Math.random()-Math.random();
vy+=Math.random()-Math.random();
_x+=vx;
_y+=vy;
vx*=0.95;
vy*=0.95;
}
Download

back to Behind the Screen

Last Update Date: March 15, 2005



Creative Commons License
This work is licensed under a Creative Commons License.