home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 39 / PCGAMER39.bin / games / amber / amberhub.dxr / 00050.ls < prev    next >
Encoding:
Text File  |  1996-11-08  |  285 b   |  18 lines

  1. on exitFrame
  2.   cursor(-1)
  3.   if the timer < 520 then
  4.     set the visible of sprite 7 to 1
  5.     go(the frame)
  6.   else
  7.     set the visible of sprite 7 to 0
  8.     updateStage()
  9.   end if
  10. end
  11.  
  12. on mouseDown
  13.   cursor(200)
  14.   set the visible of sprite 7 to 0
  15.   updateStage()
  16.   go(the frame + 1)
  17. end
  18.