Send In Your Scripts

PythonPython Forum LeaderThe Royal RAM
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!

The Royal Ram

Comments

  • TopGunTopGun Beginner Link Clerk
    <a href="javascript:window.external.AddFavorite('http://www.devdreams.com', 'devdreams.com')">Click here to add devdreams.com to your favorites</a>
  • PythonPython Forum Leader The Royal RAM
    cant use html like that in posts. or were you suggesting that i use that bit of code?

    The Royal Ram

  • TopGunTopGun Beginner Link Clerk
    <SCRIPT language=JavaScript1.2>
    <!--

    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>
  • PythonPython Forum Leader The Royal RAM
    ok ok hold on now. dont send anymore in like that. TopGun I think you misunderstood what i meant by saying Send In Your Scripts

    You have to submit them at http://wwww.devdreams.com/add.php not here in the topic, lol

    The Royal Ram

Sign In or Register to comment.