home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Net Power 2003 April
/
Net_2003_04.iso
/
200304.exe
/
scripts
/
DefineSprite_120
/
frame_2
/
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
|
2003-02-28
|
160 b
|
10 lines
if(1 >= Math.abs(_root.bar._x - _root.gX))
{
_root.bar._x = _root.gX;
this.stop();
}
else
{
_root.bar._x += (_root.gX - _root.bar._x) / 10;
}