home *** CD-ROM | disk | FTP | other *** search
/ NCSoft Asset Disc (USA) / NCSoft Asset Disc (USA).bin / lineage2.swf / scripts / DefineButton2_386 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-03  |  125 b   |  6 lines

  1. on(release){
  2.    this.mov.mc_mov.stop();
  3.    this.mov.mc_play.gotoAndStop(1);
  4.    openfolder("/down/lineage_ll/movie/");
  5. }
  6.