Hello,
I'm trying to wrap my head around this problem i have, but cant seem to get a fix. Any help would be greatly appreciated!
So here's the deal. First, download the capx here.
So, its a menu system, which turned out to be rather complicated. I only use variables in order to interact with it. The problem lies in going from the main menu (ID 0), to the options menu (ID 1), then back to the main men. When attempting to go into the options menu once again, it wont work, and the menu ID wont change at all.
The event is:
On space pressed | ---> set MenuSpecify to 1
MenuMainNav = 1 |
MenuSpecify = 0 |
Test for yourself, and observe the issue;
- Start it.
- Go to Options
- Press back
- Attempt to go to options again
Use the arrow keys to navigate, and space to select.
There's probably easier ways to do this, so any feedback is appreciated :)