# Help with making character move with platform

**URL:** https://forum.makecode.com/t/help-with-making-character-move-with-platform/37055
**Category:** Help
**Created:** [June 2, 2025, 3:16pm UTC](https://forum.makecode.com/t/help-with-making-character-move-with-platform/37055 "2025-06-02T15:16:20Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![FN76](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/fn76/32/17431_2.png) [@FN76](https://forum.makecode.com/u/FN76)
#### Post date: [June 2, 2025, 3:16pm UTC](https://forum.makecode.com/t/help-with-making-character-move-with-platform/37055/1 "2025-06-02T15:16:20Z")

</div>

I am remaking Jack’s Pea. How do I make Jack move with the platform when he’s on there?  
[Project](https://arcade.makecode.com/S44523-52899-13565-04891)

---

<div class="post-metadata">

### Author: ![WoofWoof](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/woofwoof/32/32523_2.png) [@WoofWoof](https://forum.makecode.com/u/WoofWoof)
#### Post date: [June 3, 2025, 2:48am UTC](https://forum.makecode.com/t/help-with-making-character-move-with-platform/37055/2 "2025-06-03T02:48:21Z")

</div>

Something like this should work:

 ![IMG_8927](https://us1.discourse-cdn.com/flex020/uploads/makecode/original/3X/4/c/4c5a6de1a7ce5f9bc34fe8e44c04515b498db687.jpeg)  
The If block makes sure that the sprite exists, so that the game doesn’t throw an error.

---

<div class="post-metadata">

### Author: ![FN76](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/fn76/32/17431_2.png) [@FN76](https://forum.makecode.com/u/FN76)
#### Post date: [October 6, 2025, 2:04am UTC](https://forum.makecode.com/t/help-with-making-character-move-with-platform/37055/3 "2025-10-06T02:04:11Z")

</div>

Thanks!
