Show motion animations dammit

This commit is contained in:
2014-06-18 16:44:01 -07:00
parent 4be2f19d9d
commit 8ec2ea6d5e

View File

@@ -1009,9 +1009,9 @@ var AISprite = function(game, x, y, key, frame) {
} else if ( hasState(this, STATE_FACE_RIGHT) ) {
setMovingState(this, STATE_FACE_DOWN);
}
this._object.animations.stop();
this._object.animations.play("bipedrun" + spriteFacing(this._object));
this._object.animations.stop();
this.animations.stop();
this.animations.play("bipedrun" + spriteFacing(this._object));
this.animations.stop();
this.rotation_timer.stop();
this.rotation_timer = null;
}