home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
capolavo.dir
/
00198_Script_•Prev
< prev
next >
Wrap
Text File
|
1987-04-11
|
226b
|
11 lines
on mouseUp
cambiocast
put chars(the framelabel, 1, 1) into L
if L = "0" then
go to "0_6.mov"
else
put string(value(the framelabel)-1) into P
put L & "_" & P & ".Mov"into L
go to L
end IF
end