I have 3 text input boxes in one scene.
I want the user to type his name into the first box. When a button is clicked the user’s name goes into the second box.
A new user comes along, and types his name into the first box. After clicking the button, the new user’s name is moved to the 2nd box, while the name that was in the second box, moves into a third box.
I can get the first action to occur (user’s name into 2nd box after clicking button) but I can’t get the 2nd name to move into the third box.
It is just making me crazy. Any ideas are much appreciated!!