So I've been trying to make this custom menu for a line of tutorials for my game.
The tutorial-screen is called from the main using a common events and is entirely made
of pictures.
Navigating through the tutorial screen works fine, but the one issue I have is
that the character moves as well when you press up and down to navigate.
so my question is:
Is there anyway you can disable the players movement without interfering with the menu using events?
I figured a way to do it would be if you somehow could unbind the directional keys using a call script
and then setting them back when you close down the screen. However, I do not know how to do that or
if it's even possible.
Thanks in advance!