home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / shuttle.dir / 00022_Script_22 < prev    next >
Text File  |  2000-11-03  |  478b  |  22 lines

  1. on mousedown
  2.   set the ink of sprite the currentSpriteNum to 0
  3.   REPEAT WITH IKY = 40 TO 49
  4.     set the lineSize of sprite IKY to 1
  5.   END REPEAT
  6. end
  7.  
  8. on mouseup
  9.   
  10.   set the ink of sprite the currentSpriteNum to 36
  11.   REPEAT WITH IKA = 40 TO 49
  12.     set the lineSize of sprite IKA to 0
  13.   END REPEAT
  14. end
  15.  
  16. on mouseupOutside
  17.   
  18.   set the ink of sprite the currentSpriteNum to 36
  19.     REPEAT WITH IKA = 40 TO 49
  20. set the lineSize of sprite IKA to 0
  21.   END REPEAT
  22. end