Moving barrier
Hi
Im making a cannon game, where you have to shoot the ball into the goal.
I have a moving barrier in front moving up and down, when the ball hits the barrier, it moves the barrier regardless of how high I set the density.
What can I do to keep the barrier moving, but not be affected by the hits from the cannon.
Thanks.
Im making a cannon game, where you have to shoot the ball into the goal.
I have a moving barrier in front moving up and down, when the ball hits the barrier, it moves the barrier regardless of how high I set the density.
What can I do to keep the barrier moving, but not be affected by the hits from the cannon.
Thanks.
Comments
By that I mean, make the rules inactive without deleting them?
How do I get it to loop up and down? I can interpolate self.positionY = 0 ... then what?
Thanks so much in advance
That does get the movement I want, but in order to do that I have to check 'movable' So now when my cannon balls hit the barrier, it bounces.
I would like to not be affected by the cannon balls at all.
I appreciate the help so far though, it's a good learning experience regardless, so thank you.
Your solution worked, thank you.