home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
shared.cst
/
00978_Script_vaSecoli
< prev
next >
Wrap
Text File
|
1987-04-12
|
565b
|
22 lines
on mousedown
SuonaInterruttore
put chars((the frameLabel),4,4) into S
if S="a" or S="b" or S="d" or S="e" or S="f" then
put "AC" into LAB
else if S="g" or S="h" or S="i" or S="l" or S="m" or S="n" then
put "DC" into LAB
else if S="o" then
put "XV" into LAB
else if S="p" then
put "XVI" into LAB
else if S="q" then
put "XVII" into LAB
else if S="r" then
put "XVIII" into LAB
else if S="s" then
put "XIX" into LAB
else if S="t" then
put "XX" into LAB
end if
play LAB of movie "@:Secoli"
end