home *** CD-ROM | disk | FTP | other *** search
/ PC Open 10 / pcopen10.iso / aaron / ini.dxr / Internal_50.ls < prev    next >
Encoding:
Text File  |  1997-09-24  |  135 b   |  10 lines

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