home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
secoli.dir
/
00083_Script_•VA
< prev
next >
Wrap
Text File
|
1987-04-11
|
758b
|
30 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="JanávanáEyck"then
put "NATIONAL" into DIR
put "ebeo502" into LAB
else if SS="CosimoádeÆMedici" then
put "Uffizi" into DIR
put "axao036" into LAB
else if SS="WiosnΩ" then
put "Uffizi" into DIR
put "dxao534" into LAB
else if SS="AlbrechtáDⁿrer," then
put "alte" into DIR
put "xxmo038" into LAB
else if SS="MorteádeáLorenzoáoáMagnφfico," then
put "Uffizi" into DIR
put "xxao035" 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