# Enemy help trouble (again)

**URL:** https://forum.makecode.com/t/enemy-help-trouble-again/43707
**Category:** Help
**Tags:** game
**Created:** [April 28, 2026, 9:38pm UTC](https://forum.makecode.com/t/enemy-help-trouble-again/43707 "2026-04-28T21:38:56Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![bbones](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/bbones/32/30109_2.png) [@bbones](https://forum.makecode.com/u/bbones)
#### Post date: [April 28, 2026, 9:38pm UTC](https://forum.makecode.com/t/enemy-help-trouble-again/43707/1 "2026-04-28T21:38:57Z")

</div>

I got some way to get the enemies to stop flying and I’m deciding to make them hit a wall and turn around but I can’t seem to get it to work can anyone help? here is the link [https://arcade.makecode.com/S94135-24969-09383-63682](https://arcade.makecode.com/S94135-24969-09383-63682)

---

<div class="post-metadata">

### Author: ![NeverStopTheCoder](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/neverstopthecoder/32/21194_2.png) [@NeverStopTheCoder](https://forum.makecode.com/u/NeverStopTheCoder)
#### Post date: [April 29, 2026, 12:21am UTC](https://forum.makecode.com/t/enemy-help-trouble-again/43707/2 "2026-04-29T00:21:57Z")

</div>

if you just want him to go left,right,left,right etc forever you can try this extension I made [neverstopthecoder/moving-extension](https://github.com/neverstopthecoder/moving-extension)

---

<div class="post-metadata">

### Author: ![xInsqne1](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/xinsqne1/32/34060_2.png) [@xInsqne1](https://forum.makecode.com/u/xInsqne1)
#### Post date: [April 29, 2026, 12:23am UTC](https://forum.makecode.com/t/enemy-help-trouble-again/43707/3 "2026-04-29T00:23:10Z")

</div>

All fixed! Makecode has a built-in function called “bounce on wall” and you can set it either to true or false. Here’s the updated link

> **[SILLY GUY PLATFORMER W.I.P.](https://arcade.makecode.com/64061-61478-41938-52357)**
>
> cool platformer

---

<div class="post-metadata">

### Author: ![bbones](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/bbones/32/30109_2.png) [@bbones](https://forum.makecode.com/u/bbones)
#### Post date: [April 29, 2026, 3:04am UTC](https://forum.makecode.com/t/enemy-help-trouble-again/43707/4 "2026-04-29T03:04:18Z")

</div>

Yeah I did find that but the button just made the enemy look weird constantly jumping up because the wall is also a floor and I managed to fix this problem but thank you anyway 🙂
