home *** CD-ROM | disk | FTP | other *** search
/ One Click 14 / OneClick14.iso / interface / it.dig / scripts / DefineButton2_174 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-08-04  |  134 b   |  6 lines

  1. on(release){
  2.    _root.anula_btn._visible = false;
  3.    _root.descri.gotoAndStop(1);
  4.    _root.categoria_mc.gotoAndPlay("VOLTAR");
  5. }
  6.