Search:

Type: Posts; User: Chris.Brown.SPE

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,658

    Re: Guessing game syntax help needed

    If the color needs to change after every guess then just move the function that gives you your random color into your for loop. That would cause it to regenerate each time. Seems simple or is there...
  2. Replies
    4
    Views
    1,658

    Re: Guessing game syntax help needed

    You are setting the value of each colorGuess to 0 every time you enter the colorTally function this is clearing your saved data. You should have one place to initialize your variables.
Results 1 to 2 of 2