home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fuji Wa La Te I Ka - Hyakunin Isshu Karuta
/
KARUTA.bin
/
wins
/
yoriai.dir
/
00042_Script_42
< prev
next >
Wrap
Text File
|
1995-11-10
|
757b
|
35 lines
on mouseUp
global YORIAI,DANSION
put "G" into vP
if DANSION = 0 or DANSION = 3 then
if DANSION = 3 then
put 1 after vP
go to "G1"
else
if YORIAI < 2 then
put 1 after vP
go to "G1"
else
if YORIAI > 1 and DANSION = 0 then
put 2 after vP
go to "G1"
else
if YORIAI > 1 and (DANSION = 1 or DANSION = 2) then
put "D" after vP
go to "GD"
end if
end if
end if
end if
else
if DANSION = 1 or DANSION = 2 then
put "D" after vP
go to "GD"
end if
end if
sound playFile 1,"\S_YORIAI\" & vP & "_TALK"
put vP into field "TEST"
end