Please could you submit any scripts you have to
http://www.devdreams.com/scripts.php
Its very hard to get a collection like this going so Im asking for your help. Just send in one script per wekk or something like that. Even if you dont own the script just send it in for inclusion into the collection.
Thanks!
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