+ 2
Why is this code not working?
If ball.ycor() > 390: ball.sety(390) ball.dy * = -1 Basically ball is a turtle and if the y coordinate of the ball is > 390 then the dy (d = direction) should change, but it is not.
1 Antwort
+ 4
Try deleting ball.sety(390)