home *** CD-ROM | disk | FTP | other *** search
/ Games for Windows 95 / ODYSSEY.mdf / demos / hyper / hyper.dir / 00048.ls < prev    next >
Encoding:
Text File  |  1995-10-20  |  302 b   |  12 lines

  1. global gControlSprite1, gControlSprite2, gControlSprite3
  2.  
  3. on mouseDown
  4.   set the visible of sprite gControlSprite1 to 0
  5.   set the visible of sprite gControlSprite2 to 0
  6.   set the visible of sprite gControlSprite3 to 0
  7.   go(the frame - 2)
  8.   repeat while the mouseDown
  9.     updateStage()
  10.   end repeat
  11. end
  12.