home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / MOVIES / MT.Dxr / 00086.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  168 b   |  9 lines

  1. on exitFrame
  2.   repeat with i = 13 to 16
  3.     puppetSprite(i, 1)
  4.   end repeat
  5.   set the volume of sprite 20 to 256
  6.   set the movieTime of sprite 20 to 0
  7.   playqt(20)
  8. end
  9.