About

  1. 1.
    tempArray[0]
    1:00
  2. 2.
    window.setInterval("myFunction()", 15000);
    1:00
  3. 3.
    setInterval("Jump()", 10);
    1:00
  4. 4.
    }
    1:00
  5. 5.
    Function Jump() {
    1:00
  6. 6.
    //
    1:00
  7. 7.
    a), (Math.random() *
    1:00
  8. 8.
    (Math.random()*3)
    1:00
  9. 9.
    *
    1:00
  10. 10.
    a = 1+Math.round(Math.random()*3);
    1:00
  11. 11.
    ()
    1:00
  12. 12.
    </script>
    1:00
  13. 13.
    Function shaker(s, v) {
    1:00
  14. 14.
    for (i = s; i > 0; i--) { self.moveBy(i, v);
    1:00
  15. 15.
    self.moveBy(-i, -v); } }
    1:00

Reviews

Similar Releases