# I need help for a project

**URL:** https://forum.makecode.com/t/i-need-help-for-a-project/16118
**Category:** Arcade
**Tags:** game
**Created:** [October 31, 2022, 5:39pm UTC](https://forum.makecode.com/t/i-need-help-for-a-project/16118 "2022-10-31T17:39:39Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![SoftTalker](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/softtalker/32/10776_2.png) [@SoftTalker](https://forum.makecode.com/u/SoftTalker)
#### Post date: [October 31, 2022, 5:39pm UTC](https://forum.makecode.com/t/i-need-help-for-a-project/16118/1 "2022-10-31T17:39:39Z")

</div>

> **[Untitled](https://arcade.makecode.com/S23620-49760-22726-39410)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

i cannot make the bow go left can you help me?

---

<div class="post-metadata">

### Author: ![NobodyNomad](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/nobodynomad/32/10821_2.png) [@NobodyNomad](https://forum.makecode.com/u/NobodyNomad)
#### Post date: [October 31, 2022, 5:46pm UTC](https://forum.makecode.com/t/i-need-help-for-a-project/16118/2 "2022-10-31T17:46:22Z")

</div>

maybe. tell me more about what this game is supposed to be like in case i can’t figure out all your ideas from the code.

---

<div class="post-metadata">

### Author: ![NobodyNomad](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/nobodynomad/32/10821_2.png) [@NobodyNomad](https://forum.makecode.com/u/NobodyNomad)
#### Post date: [November 1, 2022, 4:42pm UTC](https://forum.makecode.com/t/i-need-help-for-a-project/16118/3 "2022-11-01T16:42:54Z")

</div>

so there is a character that jumps around, lava doesn’t hurt it yet , it has a bow and arrows that really only fire screen right an nothing much else yet.

---

<div class="post-metadata">

### Author: ![Salex](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/salex/32/15835_2.png) [@Salex](https://forum.makecode.com/u/Salex)
#### Post date: [November 2, 2022, 6:23pm UTC](https://forum.makecode.com/t/i-need-help-for-a-project/16118/4 "2022-11-02T18:23:47Z")

</div>

I think I fixed it:

> **[Untitled](https://arcade.makecode.com/S54877-04786-67133-03886)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

What I did was replace the “sprite facing” blocks with a variable that, depending on whether the left or right button was pressed last, will alternate between left and right respectively

---

<div class="post-metadata">

### Author: ![SoftTalker](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/softtalker/32/10776_2.png) [@SoftTalker](https://forum.makecode.com/u/SoftTalker)
#### Post date: [November 3, 2022, 3:29pm UTC](https://forum.makecode.com/t/i-need-help-for-a-project/16118/5 "2022-11-03T15:29:56Z")

</div>

Wow thanks a lot
