You are not logged in.
I'm attempting to complete the challenge assignment on Lab 4. It seems like the ball will stop on the blue square even if I don't tell it to. This is a problem, as there are often squares past the goal that it needs to color. Is some other place in the other classes telling the ball to stop here?
Could be my problem too, I'll keep looking.
Offline
In the original code, the first if statement was the one that checked for the blue square. Did you move this to the last step? You may also want to adding in a booleans that states that it should not stop unless both the "top" and "bottom" have already been hit.
At least that is what i would look into doing
hope this helps some.
Jack
Offline