home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / bbozu7.dir / 00124_Script_124 < prev    next >
Text File  |  1995-11-13  |  457b  |  21 lines

  1. on TeikaCheck
  2.   global gTeika,gFineSky,gFineSkyTeika
  3.   if gTeika = 0 then
  4.     sound playFile 1,"\S_GAMEYA\TEIKA_0"
  5.     repeat while soundBusy(1)
  6.       nothing
  7.     end repeat
  8.     tell the stage
  9.       go to frame"toMAP"
  10.     end tell
  11. --    set gFineSky = 0
  12.     go to movie"GAMEYA"
  13.   else
  14.     if gTeika >= gFineSkyTeika and gFineSky = 0 then
  15.       go to movie"TOWN_SUB"
  16.       set gFineSky = 1
  17.     else
  18.       nothing
  19.     end if 
  20.   end if
  21. end