Public paste
blabla
By: kenny | Date: Mar 28 2007 12:16 | Format: None | Expires: never | Size: 134 B | Hits: 1246

  1.         boek1._y += 15;
  2.         if (boek1._y>750) {
  3.                 boek1._y = 25;
  4.                 boek1._x = Math.round(Math.random()*600+25);
  5.                 boek1._visible = true;
  6.         }