home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Photoshop Course
/
MCCursos4.mdf
/
Interface
/
it.dig
/
scripts
/
DefineButton2_167
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-05-24
|
239 b
|
11 lines
on(release){
if(_root.tudo.descri.comando.text == "URL")
{
getURL(_root.tudo.descri.caminho.text,"");
}
else
{
fscommand(_root.tudo.descri.comando.text,"%org%" + _root.tudo.descri.caminho.text);
}
}