home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
secoli.dir
/
00087_Script_•VA
< prev
next >
Wrap
Text File
|
1987-04-11
|
389b
|
17 lines
on mousedown
put the mouseWord into MW
put the castNum of sprite 2 into MC
put word MW of field MC into SS
if SS="JohnáEverettáMillais)"then
put "tate" into DIR
put "xxis043" into LAB
else
put "" into DIR
end if
if DIR<>"" then
SuonaInterruttore
put "@:" & DIR into DIR
put LAB & "b.pic" into LAB
play LAB of movie DIR
end if
end