How to make a ball roll down a triangle?

I'm trying to make it so that a ball can roll/slide down another actor (in this case a green triangle) and once it makes it to the bottom of the triangle, it falls with gravity. How do I make it slide or roll down the triangle? Here's a screenshot of my scene:

I'm trying to the blue ball roll down the green triangle, then fall with gravity. How do I do this?

Comments

  • GSAnimatorGSAnimator Member Posts: 312

    You mean like this

  • SocksSocks London, UK.Member Posts: 12,822

    @hamzawesome said:
    I'm trying to the blue ball roll down the green triangle, then fall with gravity. How do I do this?

    Give the blue ball actor an Accelerate behaviour / 270° / relative to scene.
    Also give the blue ball actor a collide behaviour, set it to collide with the green triangle.

    Open up the green triangle's physics attributes and switch 'moveable' off.

  • MentalDonkeyGamesMentalDonkeyGames Member Posts: 1,276

    Also, if the triangle is a single actor, you need to make a custom collision shape for it.

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    See my video series on physics in gamesalad. Click the guru link in my signature.

Sign In or Register to comment.