Need Help. Create a type answer to change level system

Hey, i´m a noob on GS, and I want to make a game where: you type an answer in a text box (press an ok button) and if it is correct you change level, if it´s wrong, it stays on the same level and you have to type it again... Pls Help me, thank you

Comments

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273
    edited February 2015

    You're going to use the keyboard input behavior. When the user has entered text, compare the entered string to the correct answer. If they match, you know they've entered the correct answer. That's the main gist.

Sign In or Register to comment.