home *** CD-ROM | disk | FTP | other *** search
/ NCSoft Asset Disc (USA) / NCSoft Asset Disc (USA).bin / coh.swf / scripts / DefineButton2_287 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2003-05-03  |  439 b   |  11 lines

  1. on(release){
  2.    this.swapDepths(_level0.globalDepth++);
  3.    this._parent.mc_plus01.swapDepths(_level0.globalDepth++);
  4.    this._parent.mc_plus02.swapDepths(_level0.globalDepth++);
  5.    this._parent.mc_plus03.swapDepths(_level0.globalDepth++);
  6.    this._parent.mc_plus04.swapDepths(_level0.globalDepth++);
  7.    this._parent.mc_plus05.swapDepths(_level0.globalDepth++);
  8.    this.targetPlay(45);
  9.    this._parent.mc_plus02.targetPlay(45);
  10. }
  11.