I have a student that is trying to add points when her bee flys through two rocks. She has an if statements set up and tried doing it with if fly.x=210 then score = score + 1. This would not work. We changed it to fly.x > 210 then score = score + 1. This worked somewhat, but the score kept increasing. It is almost like we need to say something like fly.x >209 but < 211. Is there a way to do this?
Sorry to ask more of you, but could you click on the “share” button and share the code that way? I tried copying it into an empty GameLab and the student uses so many animations that its giving me a lot of warnings/errors, once I worked through adding the animations I’m getting this error Error: overlap can only be checked between sprites or groups but my code still doesn’t work. Does the game work just with the exception of the points?