Okay, here’s my question:
At 6:44 in the video, you put max = 1000 +1 in the void Update() area so the up arrow would make it all the way to 1000 to fix an error/bug. It was placed in void Update().
Why was it put in void and not in public class such as int max = 1000+1 …
Both places work the same when I run the code.
So why void Update () vs public class?
Thanks, Jenn