home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / POLITICS.DIR / 00150.ls < prev    next >
Encoding:
Text File  |  1996-04-01  |  232 b   |  12 lines

  1. on enterFrame
  2.   cursor(0)
  3.   patchpal()
  4.   set the volume of sound 1 to 255
  5.   set the volume of sound 2 to 255
  6.   SETSPEAKER()
  7.   repeat with i = 48 down to 1
  8.     puppetSprite(i, 0)
  9.     set the visible of sprite i to 1
  10.   end repeat
  11. end
  12.