Author | Topic |
Location: Sydney
Registered: September 2003
|
|
|
Location: Sydney, Australia
Registered: December 2003
|
|
|
Location: Potts Point, Sydney
Registered: October 2003
|
Re: Check this out
|
Tue, 01 November 2005 13:04
|
|
That's pretty cool, is there a way to make all my windows like that
|
|
|
Registered: November 2004
|
Re: Check this out
|
Tue, 01 November 2005 14:54
|
|
I was using Firefox and noticed that you can keep browsing other tabs while it's going.
Noice
- Vee
|
|
|
I Supported Toymods
Location: Casula
Registered: January 2005
|
Re: Check this out
|
Tue, 01 November 2005 23:04
|
|
|
|
|
Location: eastern suburbs, melbourne
Registered: March 2005
|
Re: Check this out
|
Wed, 02 November 2005 00:09
|
|
thats cool.
whats the name of the song?
|
|
|
Location: Sydney, Australia
Registered: December 2003
|
Re: Check this out
|
Wed, 02 November 2005 00:16
|
|
scooter - maria
|
|
|
Location: Arthurs Creek, Victoria
Registered: May 2002
|
Re: Check this out
|
Wed, 02 November 2005 00:52
|
|
what's the point? A blank white screen and some music? Ain't exactly exciting.
|
|
|
Location: Campbelltown
Registered: November 2003
|
Re: Check this out
|
Wed, 02 November 2005 00:59
|
|
stradlater wrote on Wed, 02 November 2005 11:52 | what's the point? A blank white screen and some music? Ain't exactly exciting.
|
Even less exiciting when you don't have sound on your work computer so its just like getting a nudge on msn messenger
|
|
|
Location: eastern suburbs, melbourne
Registered: March 2005
|
Re: Check this out
|
Wed, 02 November 2005 00:59
|
|
stradlater wrote on Wed, 02 November 2005 11:52 | what's the point? A blank white screen and some music? Ain't exactly exciting.
|
AND the window bounces to the bass, how is that boring?
|
|
|
Location: Arthurs Creek, Victoria
Registered: May 2002
|
Re: Check this out
|
Wed, 02 November 2005 02:37
|
|
I didn't see any window bounce to the bass...
must be malformed javascript that only IE will react to.
|
|
|
Location: Sydney
Registered: February 2005
|
Re: Check this out
|
Wed, 02 November 2005 04:27
|
|
I have mozilla and it works, i don't see why you would want it all the time though, fucking annoying.
|
|
|
Location: Brisbane
Registered: February 2004
|
Re: Check this out
|
Wed, 02 November 2005 04:49
|
|
This has been around for a year atleast, its kinda cool, I like it, would be a good alert for when you fuck somethin up.
|
|
|
Location: new castle
Registered: July 2005
|
Re: Check this out
|
Wed, 02 November 2005 06:54
|
|
that song isnt by scooter..the original is off skitz mix 16 its by mark arcirpiragnaworn....or some name like that, track 2 on skitz mix
|
|
|
Location: Sydney, Australia
Registered: December 2003
|
Re: Check this out
|
Wed, 02 November 2005 07:43
|
|
its the same shit, the scooter version will be easier to find anyway.
|
|
|
Location: Perth
Registered: August 2003
|
Re: Check this out
|
Wed, 02 November 2005 19:42
|
|
very difficult to make
<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);
}
}
}
}
//-->
</SCRIPT>
|
|
|
Location: eastern suburbs, melbourne
Registered: March 2005
|
Re: Check this out
|
Wed, 02 November 2005 22:04
|
|
thats what i was thinking also
|
|
|