Type Backwards In Textfield

game

A simple use of the Selection object within a textField's onChanged event can allow the user to type backwards. Typing backwards in this manner is basically just a result of resetting the cursor back to the beginning of the textfield so every letter you type is added to the left instead of the right of all other characters within that field.

Developer: Trevor McCauley
Language: en