home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / pc.dir / 00041_Script_41 < prev    next >
Text File  |  2000-11-03  |  494b  |  26 lines

  1. on mousedown
  2.   set the ink of sprite the currentSpriteNum to 0
  3.   repeat with red = 26 to 40
  4.     set the lineSize of sprite red to 1 
  5.   end repeat 
  6. end
  7.  
  8.  
  9.  
  10.  
  11.  
  12. on mouseup
  13.   set the ink of sprite the currentSpriteNum to 36
  14.   
  15.   repeat with red = 26 to 40
  16.     set the lineSize of sprite red to 0 
  17.   end repeat 
  18. end
  19.  
  20. on mouseupOutside
  21.   set the ink of sprite the currentSpriteNum to 36
  22.   
  23.   repeat with red = 26 to 40
  24.     set the lineSize of sprite red to 0 
  25.   end repeat 
  26. end