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 this possible?
This isn't supported. However you can often achieve the same effect by composing objects out of multiple sprites, and moving those sprites at runtime.
Yeah, just create a sprite with the same anim frame throughout the animation and set the collision mask differently on each frame. Then when you want to use a different mask, switch to that anim frame.
I just said what Ashley did I think. :/ lol
Develop games in your browser. Powerful, performant & highly capable.
Cheers, unfortunately this won't work for me as I need the circle mask. Making my own collision mask by points is nowhere near as accurate as selecting the circle mask from the drop down menu. It's okay I got around it by spawning another instance of a identical shape with the correct mask and I just show and hide while the game is on the Thanks for the Input