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

  1. on exitFrame
  2.   global sName, gLEVEL, yomiNum
  3.   if gLEVEL > 0 then 
  4.     sound playfile 3, "\S_SONG\U"&sName&"D1"
  5.   else nothing
  6.   
  7.   if gLEVEL = 1 then
  8.     puppetSprite 3, true
  9.     set the castNum of sprite 3 = (yomiNum + 100)
  10.     updateStage
  11.   else
  12.     nothing
  13.   end if
  14.   
  15. end
  16.