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

  1. on exitFrame
  2.   global gLSCORE, gLSCORE2
  3.   set the volume of sound 1 to 255
  4.   set gLSCORE2 to gLSCORE
  5.   if gLSCORE > 5 then
  6.     set gLSCORE2 to 5
  7.   end if
  8.   if 5 > (10 + gLSCORE) then
  9.     set gLSCORE2 to -5
  10.   end if
  11.   puppetSprite(14, 1)
  12.   set the castNum of sprite 14 to 139 + gLSCORE2
  13.   CLEANUP([2, 3, 4, 5, 45, 46, 47])
  14.   updateStage()
  15. end
  16.