home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 July / CHIP_CD_1997_07_PL.iso / knowhow / internet / media / files / nmain.dir / 00032_struk.ls < prev    next >
Encoding:
Text File  |  1997-03-24  |  193 b   |  13 lines

  1. on mouseDown
  2.   set the ink of sprite 14 to 4
  3.   repeat while the stillDown
  4.     updateStage()
  5.   end repeat
  6. end
  7.  
  8. on mouseUp
  9.   set the ink of sprite 14 to 0
  10.   updateStage()
  11.   go(1, "nmap.dir")
  12. end
  13.