home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / karu_gin.dir / 00401_Script_401 < prev    next >
Text File  |  1995-11-13  |  354b  |  14 lines

  1. on exitFrame
  2.   repeat while soundbusy(3) then 
  3.     nothing
  4.   end repeat
  5.   global otetukiCT
  6.   put otetukiCT + 1 into otetukiCT
  7.   puppetsprite 48,TRUE
  8.   set the castnum of sprite 48 = the number of cast ("Otetuki" & otetukiCT)
  9.   updatestage
  10.   put "╟«╟â╟¼╟┤Ωε" && otetukiCT into field "╟«╟â╟¼╟┤Ωε"
  11.   
  12.   updateStage
  13. --  puppetSprite 3, false
  14. end