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

  1. on exitFrame
  2.   cursor(-1)
  3.   if the timer < 520 then
  4.     go(the frame)
  5.   end if
  6. end
  7.  
  8. on mouseDown
  9.   cursor(200)
  10.   go(the frame + 1)
  11. end
  12.