# Momo's adventure, part 1

**URL:** https://forum.makecode.com/t/momos-adventure-part-1/6794
**Category:** Help
**Created:** [March 16, 2021, 6:15am UTC](https://forum.makecode.com/t/momos-adventure-part-1/6794 "2021-03-16T06:15:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Local\_momo](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/local_momo/32/3598_2.png) [@Local\_momo](https://forum.makecode.com/u/Local_momo)
#### Post date: [March 16, 2021, 6:15am UTC](https://forum.makecode.com/t/momos-adventure-part-1/6794/1 "2021-03-16T06:15:43Z")

</div>

> **[momo's game](https://arcade.makecode.com/23960-68019-82532-54867)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

This is my game, I’m trying to get it so you don’t have to use the dpad and press a at the same time to attack, i want it to be where you can be looking in one direction and if you press a the attack is in that direction

---

<div class="post-metadata">

### Author: ![purna079](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/purna079/32/4018_2.png) [@purna079](https://forum.makecode.com/u/purna079)
#### Post date: [March 16, 2021, 4:02pm UTC](https://forum.makecode.com/t/momos-adventure-part-1/6794/2 "2021-03-16T16:02:49Z")

</div>

I had a similar problems. Would [this](https://forum.makecode.com/t/title-must-be-at-least-five-charactars/6470) work?

---

<div class="post-metadata">

### Author: ![Agent\_14](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/agent_14/32/17567_2.png) [@Agent\_14](https://forum.makecode.com/u/Agent_14)
#### Post date: [March 16, 2021, 4:05pm UTC](https://forum.makecode.com/t/momos-adventure-part-1/6794/3 "2021-03-16T16:05:22Z")

</div>

All you needed to do was add a variable called direction or something like that, change it to something on key press, and then read the value.

> **[momo's game](https://arcade.makecode.com/30722-42739-02803-55173)**
>
> Made with ❤️ in Microsoft MakeCode Arcade.

---

<div class="post-metadata">

### Author: ![Local\_momo](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/local_momo/32/3598_2.png) [@Local\_momo](https://forum.makecode.com/u/Local_momo)
#### Post date: [March 17, 2021, 2:32am UTC](https://forum.makecode.com/t/momos-adventure-part-1/6794/4 "2021-03-17T02:32:32Z")

</div>

Thanks! This really helped I appreciate it!
