home *** CD-ROM | disk | FTP | other *** search
/ NCSoft Asset Disc (USA) / NCSoft Asset Disc (USA).bin / kuf.swf / scripts / DefineButton2_374 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-05-03  |  195 b   |  6 lines

  1. on(press){
  2.    y = this._parent.mc_line._y;
  3.    startDrag(this,0,this._parent.mc_line._x + this._width / 2,y,this._parent.mc_line._width - this._width / 2,y);
  4.    _parent.controlMovie(true);
  5. }
  6.