[Solved] GuessLower does not work, keep increasing value

Greetings,
Sorry to bother but when pressing the lower button the values go up instead of down. Is there a cure? Thanks.

Hi Nevik,

The issue comes from the script. In the guessLower function, you should change line 29 to

max = guess;

Currently your guessLower and guessHigher function are exactly the same.

Good luck with the rest of the projects! :slight_smile:

2 Likes

Thanks! No more copy and paste. Thanks again.

1 Like

Privacy & Terms