I’m getting a lot of errors after adding the code for the coin pickup score. Looked over the resources code and can’t find any errors or differences in mine.
1 Like
Hi!
According to your images, in line 46 you have an extra semicolon that shouldn’t be there.
public void AddToScore(int pointToAdd); //<--- Right there
Hope this helps!
Yup, thanks.
You check for those errors over and over and still miss them.
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.