home *** CD-ROM | disk | FTP | other *** search
/ Rooie Oortjes 1 / ROOIOOR.bin / rodui2.exe / Contest.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1996-09-13  |  158 b   |  11 lines

  1. on mouseDown
  2.   set the visible of sprite 3 to 1
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   set the visible of sprite 3 to 0
  8.   updateStage()
  9.   printFrom(2, 2, 100)
  10. end
  11.