home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
shared.cst
/
00932_Script_Rsec
< prev
next >
Wrap
Text File
|
1987-04-12
|
455b
|
21 lines
on nRsec MW, NS, CN, FS
cursore
put 0 into FLAG
puppetSprite NS,1
set the castNum of sprite NS = the number of cast CN
if FS=1 then
Cursor [(the number of cast "Kvai"),(the number of cast "Kvaim")]
end if
updatestage
repeat while the mouseWord=MW
if the mousedown and FS=1 then
put 1 into FLAG
exit repeat
end if
end repeat
if FLAG=0 then
puppetSprite NS,0
updatestage
end if
end