home *** CD-ROM | disk | FTP | other *** search
/ 321 GAMES / 321GAMES.iso / advent / zoom / pizza / zoom.dxr / 00688.ls < prev    next >
Encoding:
Text File  |  1996-03-28  |  127 b   |  9 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     checkRollover(2, 7)
  4.     play frame the frame
  5.   else
  6.     go(the frame + 2)
  7.   end if
  8. end
  9.