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