home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
shared.cst
/
00926_Script_RoSpr
< prev
next >
Wrap
Text File
|
1987-04-12
|
354b
|
16 lines
on RoSpr NS, MW, FN, ND
put 0 into flag
set the regPoint of cast FN to point(0,0)
set the castNum of sprite NS to the number of cast FN
updatestage
repeat while the mouseWord=MW
if the mousedown and ND <> "" then
put 1 into flag
exit repeat
end if
end repeat
if flag=1 then
play movie ND
end if
end