Ball collides with another actor

patapplepatapple Member Posts: 873
edited August 2012 in Working with GS (Mac)
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.

Comments

  • MobileRocketGamesMobileRocketGames Member Posts: 128
    Every actor has certain physical properties associated with it.

    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."
Sign In or Register to comment.