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
How do I Set The Collision Box to All Frames Of A Sprite? Plz help because sense the box is different per frame he keeps bouncing up and down on the box .-.
Dont use directly a sprite with animations as collider. Instead attach it (and turn its collision off) to another sprite which will be handling all the collisions.
Develop games in your browser. Powerful, performant & highly capable.
^ but in case you don't want to do that (it's a good practice, but not a must in 100% of the cases) you can right-click your image (with the Collision Box mode on) and select Apply to all animations
Thanks, one just needed to have a collision set to all frames, the other needed a collision box so this helped alot