home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / interfac / browser.swf / scripts / DefineButton2_238 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-01-15  |  188 b   |  11 lines

  1. on(release){
  2.    if(_root.comando == "LINK")
  3.    {
  4.       getURL(_root.caminhos,"");
  5.    }
  6.    else
  7.    {
  8.       getURL("FSCommand:" add _root.comando,"%org%" + _root.caminhos);
  9.    }
  10. }
  11.