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

  1. on exitFrame
  2.   if the timer < 1500 then
  3.     go(the frame)
  4.   else
  5.     cursor(200)
  6.     if soundBusy(1) then
  7.       fadeOutTransit()
  8.     end if
  9.   end if
  10. end
  11.  
  12. on mouseDown
  13.   cursor(200)
  14.   if soundBusy(1) then
  15.     fadeOutTransit()
  16.   end if
  17.   go(the frame + 1)
  18. end
  19.