home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / MOVIES / PTM.Dxr / 00077.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  420 b   |  16 lines

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