Search Unity

How i create this little script?? PLIS

Discussion in 'Scripting' started by brenospore, Jun 16, 2018.

  1. brenospore

    brenospore

    Joined:
    May 31, 2018
    Posts:
    2
    Hey guys, my name is Henrick and, I'm having some problems, I'm trying to create a game like this:
    The player, write the correct answer in INPUTFIELD BOX and clicking the button, and correct answer appears or wrong answer appears!

    IM AM beginner in C# plis HELPPPP.
    =/
     

    Attached Files:

  2. dgoyette

    dgoyette

    Joined:
    Jul 1, 2016
    Posts:
    4,196
  3. brenospore

    brenospore

    Joined:
    May 31, 2018
    Posts:
    2
  4. dgoyette

    dgoyette

    Joined:
    Jul 1, 2016
    Posts:
    4,196
    What is your specific question?
     
  5. firejerm

    firejerm

    Joined:
    Dec 28, 2012
    Posts:
    43
    So what part are you having trouble with? Do you want somebody to give you the code? If so, you are gonna have a bad time.

    With that said, do like dgoyette suggested. go to https://unity3d.com/learn/tutorials to start.

    If you don't like those, or they aren't with your learning style, then search google or best yet, YouTube for what you need.
    Break the game down into parts.

    set up player textbox input

    compare player text input with word list

    true or false booleans

    Buttons

    That should get you a start.

    But seriously, we will not write the code for you.