# I need help making animations

**URL:** https://forum.makecode.com/t/i-need-help-making-animations/18315
**Category:** Help
**Created:** [March 6, 2023, 7:42pm UTC](https://forum.makecode.com/t/i-need-help-making-animations/18315 "2023-03-06T19:42:32Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![richard](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/richard/32/5417_2.png) [@richard](https://forum.makecode.com/u/richard)
#### Post date: [March 6, 2023, 7:44pm UTC](https://forum.makecode.com/t/i-need-help-making-animations/18315/2 "2023-03-06T19:44:07Z")

</div>

@im_confuzzled check out my comment here:

> [@My Mario is teleporting](https://forum.makecode.com/t/my-mario-is-teleporting/16397/3):
>
> @Milo I think your animations are the culprit: Because you have animations that change size each frame, you might want to try creating a hidden “body sprite” that you use for all of your physics and a second “display sprite” that just animates. Here’s some example code demonstrating what I mean: The sprite on the left is actually two sprites; one is running an animation that changes size each frame and the other doesn’t animate at all. We do all of the physics/controls/overlaps etc. on the …

---

_[View the full topic](https://forum.makecode.com/t/i-need-help-making-animations/18315)._
