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 .-.
Develop games in your browser. Powerful, performant & highly capable.
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.
^ 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