home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
shared.cst
/
00970_Script_MusColl
< prev
next >
Wrap
Text File
|
1987-04-12
|
795b
|
31 lines
on mouseUp
CambioCast
put chars(the frameLabel, 1, 1) into Tem
put chars(the frameLabel, 2, 2) into Alt
put chars(the frameLabel, 4, 4) into Sec
put chars(the frameLabel, 5, 5) into Cap
repeat with n = 10 to 20
PupMov n
end repeat
if Tem="e" then PupMov 21
else if tem="f" then PupMov 22
else if tem="c" then PupMov 23
else if tem="d" then PupMov 24
else if tem="b" then PupMov 25
else if tem="a" then PupMov 26
else
nothing
end if
if Alt="e" then PupMov 21
else if Alt="f" then PupMov 22
else if Alt="c" then PupMov 23
else if Alt="d" then PupMov 24
else if Alt="b" then PupMov 25
else if Alt="a" then PupMov 26
else
nothing
end if
if Cap="5" then PupMov 27
if Sec<>"x" then PupMov 28
updatestage
end