home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 October / macgaichiban199710.bin / MOVIES / PTM.Dxr / 00069.ls < prev    next >
Encoding:
Text File  |  1997-08-06  |  462 b   |  17 lines

  1. on exitFrame
  2.   global gslevel, grolloveritem
  3.   puppetSprite(41, 1)
  4.   set the type of sprite 41 to 1
  5.   set the ink of sprite 41 to 0
  6.   set the foreColor of sprite 41 to 255
  7.   set the backColor of sprite 41 to 0
  8.   if the soundLevel = 0 then
  9.     set the soundLevel to 1
  10.   end if
  11.   set gslevel to the soundLevel
  12.   set grolloveritem to 1
  13.   set the castNum of sprite 41 to the number of member ("VOL" & gslevel)
  14.   set the visible of sprite 41 to 1
  15.   updateStage()
  16. end
  17.