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

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame - random(6))
  4.   else
  5.     MouseLock(1)
  6.     go(marker(2))
  7.   end if
  8. end
  9.