Hi! I want to move a ball (ball 2)from the left edge to the middle of the screen. When the ball reaches the middle of the screen I want it to move back to the left edge.
However the ball (Ball2) does not change the heading when it reaches the middle of the screen, it reaches the right edge and it stops there. The blocks:
Try using "greater than" instead of equals to. As the Ball moves across the screen to the right, it may never equal the centre value (it could skip passed it)