home *** CD-ROM | disk | FTP | other *** search
/ Complete Photoshop Course / MCCursos4.mdf / Interface / it.dig / scripts / DefineButton2_167 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-05-24  |  239 b   |  11 lines

  1. on(release){
  2.    if(_root.tudo.descri.comando.text == "URL")
  3.    {
  4.       getURL(_root.tudo.descri.caminho.text,"");
  5.    }
  6.    else
  7.    {
  8.       fscommand(_root.tudo.descri.comando.text,"%org%" + _root.tudo.descri.caminho.text);
  9.    }
  10. }
  11.