Why does a sprite need to be Solid for Bullets?

0 favourites
  • 3 posts
From the Asset Store
Minimal Sprite Font with Stroke for Pixel Art games.
  • So yeah, I was just wondering, why does a Bullet behavior ignore a sprite's collision data if it's not associated with a Solid behavior? Is there a specific instance where you would need collision data for something else than physics/movement-based stuff?

    The extra clicks for adding the Solid behavior feel redundant to me if there's already collision data so I'm curious.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Bullet doesn't ignore collision when the object is not solid..

    It can only bounce of solids, so on collision with any other object there is no bounce..

    instead of the extra click to add solids, you would have to add events to every object to create the correct behaviour..

    there is no need for solid behaviour in:

    Bullet on collision with object - object destroy

  • I guess in my mind Bullet added physic properties by default. So basically collision data is first for detection, THEN for physics if the Solid behavior is added.

    Thanks, that cleared it up

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)