how to make the actor be the shape of image?

I'm trying to create a game where when an actor collides with another actor the game ends. however the actor that you are trying to avoid is a triangle shape. i noticed when you place that actor into game salad it has a rectangle around it and if the actor collides with that rectangle (empty space) and not even part of the triangle the game ends because it collided. Is there anyway to fix that?

Comments

  • salino2835salino2835 Member, PRO Posts: 76

    or would i have to make that triangle a rectangle shape?

  • Shenanigans StudioShenanigans Studio Member, PRO Posts: 73

    cant be done sorry. Gamesalad only supports rectangular or circular collision shapes

  • salino2835salino2835 Member, PRO Posts: 76
    edited February 2015

    thats what i figured, thanks for the input

  • SocksSocks London, UK.Member Posts: 12,822
    edited February 2015

    @salino2835 said:
    I'm trying to create a game where when an actor collides with another actor the game ends. however the actor that you are trying to avoid is a triangle shape. i noticed when you place that actor into game salad it has a rectangle around it and if the actor collides with that rectangle (empty space) and not even part of the triangle the game ends because it collided. Is there anyway to fix that?

    Constrain three actors together to form a triangle.

  • Shenanigans StudioShenanigans Studio Member, PRO Posts: 73

    I stand corrected, nice work socks!

Sign In or Register to comment.