■ 処理を継続的には実行するには

//メインタイムラインのフレームアクション
this.car_mc.onEnterFrame = function(){
this._x += 5;
};