A menu for a keyboard only game

Before proceeding, please use the forum search feature at the top of the page to check if your question has already been answered.

How do I…

Make a menu for a keyboard only game that is navigated by left and right keys?

What is the expected result

I was trying to make a menu that is navigated by left and right keys (as seen in “Related Screenshots”). When you press the right key, the arrow below would point to the object to the right of the current object, and similar for the left key.

What is the actual result

When the right key is pressed and the arrow is in this location (which is the default), the arrow would disappear and pressing the left key won’t make it appear again.

Related screenshots

Project files (optional)

https://drive.google.com/file/d/10T0ngDLBPIdTMghy0ZsTxDBB34-3kRof/view?usp=sharing

1 Like

The part of my script responsible for this interface:


(Something about this just seems like bad scripting to me)