home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / casual_gameplay_escape.swf / scripts / DefineSprite_165_dicerow1 / frame_1 / DoAction.as
Text File  |  2008-09-05  |  139b  |  8 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(Math.abs(this.sbx - this._x) > 1)
  4.    {
  5.       this._x += 0.25 * (this.sbx - this._x);
  6.    }
  7. };
  8.