Ok, what I'm trying to do is like a pinball game with flippers. But the flippers only work when the ball is touching it. If the ball is not touch that particular flipper it does not work.
How do I do that?
If the ball is touching flipper 1, then 2 and 3 don't flip, if it moves down to flipper 3 then 1 and 2 don't flip.
How can I do this? Right now I have a var set for flip1 if ball is on collision with flip1 set var to 1 (Meaning if var is 1 then set flipper rotate to active but I can't figure out how to make it deactivate if the ball is not touching it and then do the same for the others...
Is there an if Object Is Touching do this or that, set this or set that?
Thank you in advance for your help