home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
shared.cst
/
00952_Script_•Mus
< prev
next >
Wrap
Text File
|
1987-04-12
|
610b
|
24 lines
on mouseUp
put "ò" into dest
put the frameLabel into LabCur
put chars(LabCur, 3, 3) into cod
if cod="A" then
put "Uffizi" into dest
else if cod="E" then
put "National" into dest
else if cod="F" then
put "Ermitage" into dest
else if cod="I" then
put "tate" into dest
else if cod="L" then
put "Kunsthis" into dest
else if cod="M" then
put "Alte" into dest
end if
if dest<>"ò" then
cambiocast
put chars(LabCur, 1, (length(LabCur)-5)) into LabCur
put LabCur & "B.pic" into LabCur
play LabCur of movie "@:" & dest
end if
end