a_left.onPress = function() { if (a_text._x>27) { a_text.onEnterFrame = function() { a_text._x--; a_text.setTextFormat(a_format); }; } };