Deleting Actor's Area

How can i delete the extra area of the triangle ?
Like this :
http://tinypic.com/r/2hh0gnr/8

My main actor will simply be destroyed when it collides with the extra area of the triangle .
This make the game can't work properly.
How can i make its area just fit perfectly to the actor?

Comments

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408

    You can't until polygon collision is supported. Right now we have circles and squares.

  • EpicoreGamesEpicoreGames Member Posts: 188

    So i can't use a triangle?

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    Nope, not unless you calculate the boundaries mathematically.

  • ArmellineArmelline Member, PRO Posts: 5,421

    You can also use three rectangles to make one triangle.

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    @Armelline said:
    You can also use three rectangles to make one triangle.

    Probably easier. :)

Sign In or Register to comment.