Collide Problem (& question)...
Hi all!
So I have an ball actor which I drag around the scene, and then I have other actors placed on the scene that are not movable. After that I added the collide rules in the ball actor connected to the actors I want it to collide with, although when I drag the ball around I am able to go right through those other actors... and of course I want the ball actor to not be able to go through those other actors. How may I fix that?
As well, how can I make it that if the ball actor touches any of those other actors (which I would put in a tag of course), it causes GameOver?
Thankyou!
So I have an ball actor which I drag around the scene, and then I have other actors placed on the scene that are not movable. After that I added the collide rules in the ball actor connected to the actors I want it to collide with, although when I drag the ball around I am able to go right through those other actors... and of course I want the ball actor to not be able to go through those other actors. How may I fix that?
As well, how can I make it that if the ball actor touches any of those other actors (which I would put in a tag of course), it causes GameOver?
Thankyou!
Answers
Awesome!
Thanks tshirtbooth!