home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / acacia / starter.dxr / 00002.ls next >
Encoding:
Text File  |  1996-11-05  |  129 b   |  9 lines

  1. on exitFrame
  2.   global gSoundOK
  3.   if not gSoundOK and (the timer < 500) then
  4.     go(the frame)
  5.   else
  6.     finishIt()
  7.   end if
  8. end
  9.