home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
indice.dir
/
00023_Script_JUMP
< prev
next >
Wrap
Text File
|
1997-04-09
|
951b
|
36 lines
on mouseUp
global gLab
if the mouseCast=5 then
put chars(gLAB, 1, 7) & "B.pic" into LAB
else if the mouseCast<>41 then
put "B.pic" into LAB
else
put char the mousechar of field "Txt.Indice" into C
if C=" " or C=RETURN then
put "B.pic" into LAB
else
put line the mouseLine of field "LabSalto" & "B.pic" into LAB
end if
end if
if LAB = "B.pic" then
nothing
else
SuonaInterruttore
put chars(LAB, 3, 3) into cod
if cod="A" or cod="B" or cod="C" or cod="D" then
put "@:Uffizi" into DIR
else if cod="E" then
put "@:National" into DIR
else if cod="F" or cod="G" or cod="H" then
put "@:Ermitage" into DIR
else if cod="i" then
put "@:Tate" into DIR
else if cod="L" then
put "@:Kunsthis" into DIR
else if cod="M" or cod="N" then
put "@:Alte" into DIR
end if
play LAB of movie DIR
end if
end