User interactive text fields..
astrobutch
Member Posts: 2
Hello I am a newbie and also new to the programming world, so apologies to all you clever people!
I wondered if anyone could tell me how to create a text field where users can input data or chose from a set of preset numbers.
i.e. if I need the user to select a number from a list, and then that selected number is then used in another scene and a countdown is required, how would one approach that?
Kind regards
Butch
I wondered if anyone could tell me how to create a text field where users can input data or chose from a set of preset numbers.
i.e. if I need the user to select a number from a list, and then that selected number is then used in another scene and a countdown is required, how would one approach that?
Kind regards
Butch
Comments
Essentially its a sport scoring app rather than a game. It allows the user to chose from a game type, either 5, 10, 20, 40, 50 or any.
Then once the user chooses the game type, that game type is counted down to zero or counted up to that number on another screen. Once the number has been reached the game finishes.
Hope that makes sense!
Thank you