home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 October / macgaichiban199610.bin / MOVIES / RINKAI.Dxr / 00172.ls < prev    next >
Encoding:
Text File  |  1996-08-14  |  313 b   |  14 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 17
  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.   updateStage()
  13. end
  14.