Unit 3 help - missing semicolon error

Link to the project or level: Game Lab - Code.org

What I expect to happen: Student’s code is not running due to an error on line 98 saying a semicolon is missing, but the semi colon is present.

What actually happens: Nothing happens.

What I’ve tried: Reread his code to see if I could find any semicolon errors, made sure all brackets were matched, remixed to my account.

@dcrunkle,

Line 98 appears to be an attempt to try and combine two rules into one (using &&). If you break it into two different statements, that error disappears and it should work.

Hope this helps!

Mike