How to make a ball drop and collide

agbeyeidagbeyeid Member Posts: 18

I'm new to gamesalad and I'm trying to make my first game but I'm stuck. I'm trying to make a ball drop onto a lower platform but don't know how

Comments

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

    Give the ball an Acceleration behaviour, set the acceleration to 270° relative to scene.

    Also give the ball a Collide behaviour, set it to collide with the Platform actor.

    Also open up the Platform actor and in its attributes make sure that Movable (under Physics) is switched off, this prevents the falling ball from moving the platform when it hits it.

  • agbeyeidagbeyeid Member Posts: 18

    The platform would also be moving upward if I switch off movable wouldn't it affect the movement

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

    @agbeyeid said:
    The platform would also be moving upward if I switch off movable wouldn't it affect the movement

    Yes.

  • agbeyeidagbeyeid Member Posts: 18

    @Socks said:

    @agbeyeid said:
    The platform would also be moving upward if I switch off movable wouldn't it affect the movement

    Yes.

    So how would I do it so it won't affect it

Sign In or Register to comment.