The following information is from one of my 7th grade students working on their Game Project from Unit 3 of CS Discoveries using Game Lab.
Link to the project or level: Game Lab - Code.org
What I expect to happen: for the scoreboard to work properly, and for each time the cow jumps over the flower a point is added, and for every time the cow hits a flower one point is deducted.
What actually happens: the cow hits a flower, but nothing happens.
**What I’ve tried:**tried moving some lines of code, and tried moving the score box, and adding more lines.