home *** CD-ROM | disk | FTP | other *** search
/ PC Attack (Unknown Issue 102) / PC_Attack_Magazine_102_Interplay_1995.iso / frnkdemo.exe / frnkdemo.DXR / 00010.ls < prev    next >
Encoding:
Text File  |  1994-11-09  |  154 b   |  9 lines

  1. on exitFrame
  2.   if soundBusy(2) or (the timer < 60) then
  3.     go(the frame - 1)
  4.   else
  5.     unLoad(0, the frame - 1)
  6.     preLoad(the frame + 2)
  7.   end if
  8. end
  9.