PDA

View Full Version : Dub dub!


ALobpreis
10-29-03, 01:04 PM
Turn your speakers up, and sing!!! (http://users.belgacom.net/treets_reservesite/dubdub.html)

TheOneKEA
10-29-03, 01:13 PM
How the hell does it do that to your browser?!?!?!?!?!!

HOLY HELL!

vampireuk
10-29-03, 01:25 PM
It doesn't make it shake in firebird:D

TheOneKEA
10-29-03, 01:29 PM
So I was lying, then? :rolleyes:

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 Firebird/0.7

vampireuk
10-29-03, 02:31 PM
Yes, liar:p

volt
10-29-03, 02:34 PM
it works in firebird...pretty cool :p

vampireuk
10-29-03, 02:50 PM
Hmm it doesnt work for me, my version must be immune to silly exploits:D

Rampant CL
10-29-03, 04:38 PM
dont wokri n mine (opera)

poursoul
10-29-03, 05:13 PM
This is the code

<SCRIPT LANGUAGE="JavaScript1.2">
function shake_xy(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);
}
}
}
}
function shake_x(n) {
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(i,0);
self.moveBy(-i,0);
}
}
}
}
function shake_y(n) {
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(0,-i);
}
}
}
}

We did some stuff like this in my html and java class.

marqmajere
10-29-03, 06:19 PM
If it wasn't for that song, I might have enjoyed it more. Very cool, nontheless. :)

GlowStick
10-29-03, 08:38 PM
lol

it works in firebird for me.

ZoinKs!
10-30-03, 03:33 AM
Holy Hanna Barbara that shaking is cpu intensive... it hit 99% on my pc. :eek: