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

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