Hi all,
I'm trying to create a game in which the player inputs text and that text pops up elsewhere on the screen or later on in the game (in other layouts). As you can see in this example https://drive.google.com/file/d/1orW3LmId3yEOVv-23ALG0cmYNmfNywU7/view?usp=sharing, I'd like the player to type something, press the button and then have the submission show up in the first green box, then the player types something else and that submission shows up in the second green box, etc. What I have set up so far doesn’t seem to be working. Can anyone tell me where I went wrong?
Thanks!
Develop games in your browser. Powerful, performant & highly capable.
You did as my example but you didn't set the ID for the sprite.
You should set ID for them from 1,2,3.
oh, ok! I can't thank you enough!!! It works perfectly now!