home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
casual_gameplay_escape.swf
/
scripts
/
DefineSprite_165_dicerow1
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-09-05
|
139b
|
8 lines
this.onEnterFrame = function()
{
if(Math.abs(this.sbx - this._x) > 1)
{
this._x += 0.25 * (this.sbx - this._x);
}
};