How do I

0 favourites
  • 4 posts
  • hi

    how make are text and texbox word mean quiz?

    first question1 start with text name.

    text for question texbox for answer.

    events:

    texbox compare textbox "answer1" for first text name("question1")

    and text - set text new question2..3,4,5,6,7......

    but a little while

    write in texbox again answer1 text not stop new(end) question and text go question2

    how is limit in texbox words(for once) OR the text question make always new question(to take hold new(and) question in text)

    how is write event?

  • Comparing text in a text box is almost impossible.

    You would be better off making it a multiple choice quiz.

    Set a text box like this:

    Text "What color is the sky?"

    Text "A=Blue B=Green C=Yellow"

    Events:

    Global Variable RightAnswer=0 WrongAnswer=0

    On keyboard A key pressed set RightAnswer =1

    On Keyboard B pressed WrongAnswer =1

    On Keyboard C pressed WrongAnswer =1

    On RightAnswer =1 go to next question

    Something like that.

  • thank lamar but i want use only text with texbox. i want write answer words in texbox.no touch one key no selecting game

    how stop again words in text?

    i aim stop the repeat in text words.text to stop end question and with answer text go to new question.no old question

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Can we cancel the previous condision or action on the after one condision(example:previous condision with action disabled?????or same second answer1 word is written subtrack in textbox and newline)??????

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)