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

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     play frame the frame
  4.   else
  5.     MouseLock(1)
  6.     setUpPuppets(2, 6, 0)
  7.     spriteVisibility(2, 7, 0)
  8.     puppetTransition(10, 1, 5, 1)
  9.     go("Wait")
  10.   end if
  11. end
  12.