home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 October / macgaichiban199610.bin / MOVIES / RINKAI.Dxr / 00168.ls < prev    next >
Encoding:
Text File  |  1996-08-14  |  390 b   |  17 lines

  1. on exitFrame
  2.   global gal, place
  3.   cursor(200)
  4.   cursor(-1)
  5.   set gal to 0
  6.   set place to 0
  7.   repeat with i = 2 to 11
  8.     puppetSprite(i, 1)
  9.     set cname to item 1 of the name of cast the castNum of sprite i
  10.     set the castNum of sprite i to the number of cast (cname & ",off")
  11.   end repeat
  12.   repeat with i = 26 to 28
  13.     set the visible of sprite i to 0
  14.   end repeat
  15.   updateStage()
  16. end
  17.