We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
A Really Annoying Code; Check It Out; By j_radical1093
Topic Started: Jan 25 2010, 08:35 AM (67 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: j_radical1093
A Really Annoying Code; Check It Out
 
Put This Anywhere After The Navigation or Board Tags In The Board Wrappers

Click The Start Button Above Board Stars etc.

PREVIEW

Code:
 

<script language=javascript>
*/ Earthquake By java-scripts.net \*
<!--
function earthquake()
{
for (var i=0;i<=10;i++)
{
code(i);
}
for (var i=10;i>=0;i--)
{
code(i);
}
}

function code(i)
{
var z1=Math.round(Math.random());
var z2=Math.round(Math.random());
if (z1==0) var x=-i;
else x=i;
if (z2==0) var y=-i;
else y=i;
for (var c=0;c<=80;c++)
{
if(c==0 && i>5) c=50;
self.moveBy(x,y);
self.moveBy(-x,-y);
}
}
-->
</script>
<center><input type=button value=Start onClick=earthquake()><center>


Have Fun Annoying People
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply