home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
secoli.dir
/
00086_Script_•VA
< prev
next >
Wrap
Text File
|
1987-04-11
|
471b
|
20 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="Canaletto,"then
put "uffizi" into DIR
put "xxar041" into LAB
else if SS="martweánatury"then
put "ermitage" into DIR
put "xxfr042" 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