# Understanding values for animation movement

**URL:** https://forum.makecode.com/t/understanding-values-for-animation-movement/23846
**Category:** Help
**Created:** [November 2, 2023, 4:22pm UTC](https://forum.makecode.com/t/understanding-values-for-animation-movement/23846 "2023-11-02T16:22:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![TimRHS](https://avatars.discourse-cdn.com/v4/letter/t/34f0e0/32.png) [@TimRHS](https://forum.makecode.com/u/TimRHS)
#### Post date: [November 2, 2023, 4:22pm UTC](https://forum.makecode.com/t/understanding-values-for-animation-movement/23846/1 "2023-11-02T16:22:42Z")

</div>

I have my students following along the Cat Platformer Tutorial: [https://www.youtube.com/watch?v=CPkC37FzmnU&t=1487s](https://www.youtube.com/watch?v=CPkC37FzmnU&t=1487s)  
And it is really great. At 24:40, he adds a string with values. Does anyone know which axis or parameters each of the values represents? One of my students want to adapt the code to their own game and we were hoping to understand what the string represents. Thanks!!!

 ![image](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/2X/c/c0fa95061228b0dacbd6fc9a455fdde368bc7583.png)

---

<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: [November 2, 2023, 4:23pm UTC](https://forum.makecode.com/t/understanding-values-for-animation-movement/23846/2 "2023-11-02T16:23:41Z")

</div>

the string value for movement animation is based on [SVG paths](https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths)

---

<div class="post-metadata">

### Author: ![TimRHS](https://avatars.discourse-cdn.com/v4/letter/t/34f0e0/32.png) [@TimRHS](https://forum.makecode.com/u/TimRHS)
#### Post date: [November 2, 2023, 5:40pm UTC](https://forum.makecode.com/t/understanding-values-for-animation-movement/23846/3 "2023-11-02T17:40:16Z")

</div>

Thank you!!
