home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / kyoten.dir / 00221_Script_221 < prev    next >
Text File  |  1995-11-13  |  504b  |  31 lines

  1. on GOFRAME
  2.   global gWakuColor
  3.   if gWakuColor = "Ωæ" then
  4.     tell the stage
  5.       go to "σo∞T2"
  6.     end tell
  7.   else
  8.     if gWakuColor = "Θß" then
  9.       tell the stage
  10.         go to "DANσo∞T2"
  11.       end tell
  12.     end if
  13.   end if
  14.   
  15. end 
  16.  
  17. on GOFRAME2
  18.   global gWakuColor
  19.   if gWakuColor = "Ωæ" then
  20.     tell the stage
  21.       go to "σo∞T3"
  22.     end tell
  23.   else
  24.     if gWakuColor = "Θß" then
  25.       tell the stage
  26.         go to "DANσo∞T3"
  27.       end tell
  28.     end if
  29.   end if
  30.  
  31. end