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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-05-03
|
195 b
|
6 lines
on(press){
y = this._parent.mc_line._y;
startDrag(this,0,this._parent.mc_line._x + this._width / 2,y,this._parent.mc_line._width - this._width / 2,y);
_parent.controlMovie(true);
}