home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 December / macgaichiban199712.bin / MOVIES / PTM.DXR / 00097.ls < prev    next >
Encoding:
Text File  |  1997-11-13  |  462 b   |  17 lines

  1. on exitFrame
  2.   global gslevel, grolloveritem
  3.   puppetSprite(45, 1)
  4.   set the type of sprite 45 to 1
  5.   set the ink of sprite 45 to 0
  6.   set the foreColor of sprite 45 to 255
  7.   set the backColor of sprite 45 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 45 to the number of member ("VOL" & gslevel)
  14.   set the visible of sprite 45 to 1
  15.   updateStage()
  16. end
  17.