Hello,
I am helping a student create a game like air hockey. We need help programming the ball (puck) to bounce off another ball (striker).
We were trying to use the blocks from the mini-golf game where the ball bounces off the obstacle, but it does not seem to be working.
We are trying to use the following blocks:
When ball2 collided with
do if other = ball1
then set ball2 heading to 0 - ball2 heading.
We would appreciate any help. Thank you!