home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fuji Wa La Te I Ka - Hyakunin Isshu Karuta
/
KARUTA.bin
/
wins
/
dan256.dir
/
00440_Script_440
< prev
next >
Wrap
Text File
|
1995-11-10
|
647b
|
26 lines
on mousedown
global NGCt,Hposition
PushB
put the locH of sprite 18 = 194 into a
put the locV of sprite 18 = 165 into b
put the locH of sprite 17 = 374 into c
put the locV of sprite 17 = 165 into d
if a and b and c and d then
repeat with n = 14 to 21
puppetSprite n, False
end repeat
puppetSprite 6, False
go to "correct" & Hposition
else
repeat with n = 14 to 21
puppetSprite n, true
end repeat
puppetSprite 6, true
tell the stage
set the visible of sprite (40+NGct) = TRUE
end tell
PUT NGct+1 INTO NGct
H_Frame
end if
end