home *** CD-ROM | disk | FTP | other *** search
/ NCSoft Asset Disc (USA) / NCSoft Asset Disc (USA).bin / kuf.swf / scripts / DefineButton2_213 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2003-05-03  |  749 b   |  16 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._parent.mc_plus06.swapDepths(_level0.globalDepth++);
  9.    this._parent.mc_plus07.swapDepths(_level0.globalDepth++);
  10.    this._parent.mc_plus08.swapDepths(_level0.globalDepth++);
  11.    this._parent.mc_plus09.swapDepths(_level0.globalDepth++);
  12.    this._parent.mc_plus10.swapDepths(_level0.globalDepth++);
  13.    this.targetPlay(50);
  14.    this._parent.mc_plus03.targetPlay(50);
  15. }
  16.