home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / musicbox / end.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1996-06-28  |  163 b   |  9 lines

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