This is the best piece
This is the best piece of javascript I've seen in a while.
For your pleasure, Monkeyfarts.com now comes with a built in vibrator. Please feel free to relate any enjoyable experiences to us and we'll happily post it.
Enjoy.
function shake(n) {
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
}
}
}
}
Posted by Tom at July 20, 2000 02:08 PM