stop(); _global.gfxExtensions = true; onEnterFrame = function() { if (Game_2._x <= 100) { Game_2._x += 40 * 0.2; } else { Game_2._x += 0 } }