home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
fwg_knight.swf
/
scripts
/
DefineSprite_303
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-08-28
|
160 b
|
9 lines
function movTo(mc)
{
this._x = mc._x + 10;
this.clear();
this.lineStyle(1,16777215);
this.moveTo(0,0);
this.lineTo(0,mc._y - this._y);
}