Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Is it possible to create a non-rectangular sprite object? Like a triangular or circular sprite object?
The bounding box affects how the system perceives an object's shape, the actual shape is a rectangle since that is the simplest shape that makes sense.
Then how do I make circular or eclipse object? The collision polygon only has 4 sides.
Develop games in your browser. Powerful, performant & highly capable.
You can add more for up to 8 - which is good enough to approximate a circle.
If it's a physics object, you can change the bounding box shape in the physics properties, too (but only to one of a few preset shapes, including a circle; no triangles, tho, iirc).
How do I add more? When I create a new sprite object the "Add point" is gray out.
You have to click on a previous point and then it will add another in-between. It also, apparently lets you add more than 8, but with a warning message.