home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 March / PCPRO0396.ISO / march / blender / shared.dir / 00838.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  300 b   |  15 lines

  1. on exitFrame
  2.   global n, HELPTRUE, PSOUND
  3.   cursor(0)
  4.   set the volume of sound 1 to 255
  5.   set the volume of sound 2 to 255
  6.   SETSPEAKER()
  7.   repeat with n = 48 down to 1
  8.     puppetSprite(n, 0)
  9.     set the visible of sprite n to 1
  10.   end repeat
  11.   set HELPTRUE to 0
  12.   set PSOUND to 0
  13.   unLoadCast()
  14. end
  15.