Ball collides with another actor
Hi guys,
I have a ball that moves all around the scene and it collides with an actor. When they collides the ball push away the other actor. I can't turn off movable because the other actor is controlled by the player.
I want that the actor stays stable on his position also when it collides with this ball.
What can i do to fix this?
Cheers and thanks.
I have a ball that moves all around the scene and it collides with an actor. When they collides the ball push away the other actor. I can't turn off movable because the other actor is controlled by the player.
I want that the actor stays stable on his position also when it collides with this ball.
What can i do to fix this?
Cheers and thanks.
Comments
In the actors attribute list, at the very bottom you will see "Physics". Open that and you will see Density, Friction and Bounciness.
http://cookbook.gamesalad.com/definitions#D
"Density
Density refers to the heaviness of the actor. A higher value will make the object harder to move by less dense actors. A value of 0 will make an object immovable but still affect other actors in the scene. Density can be set to any real positive number."