It looks like you're new here. If you want to get involved, click one of these buttons!
The Royal Ram
Comments
The Royal Ram
<!--
function shakem(n) {
if (self.moveBy) {
for (i = 15; 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);
}
}
}
}
// End -->
</SCRIPT>
<SCRIPT language=JavaScript1.2>
<!--
function shakef(n) {
if (self.moveBy) {
for (i = 30; 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);
}
}
}
}
// End -->
</SCRIPT>
<center>
<form>
<input onclick=shakem(3) type=button value="Start Earthquake">
</form>
</center>
You have to submit them at http://wwww.devdreams.com/add.php not here in the topic, lol
The Royal Ram