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

  1. on(release){
  2.    stopAllSounds();
  3.    fscommand("run.app","%org%\\curso\\setup.exe");
  4. }
  5.