I'm setting up a menu with WASD controls to navigate, so you go in whatever direction. I have 1 menu object with many frames (to call an event when its selected) And that menu object has 2 variables. MenuselectedRL (Right to left) and MenuSelectedUD (Up and down) ; then I have 2 global variables that are the same, its always set to the Menu objects variables. It works great! But like in many good games my menu has tabs for different things, an inventory, options, skills. I cant get this to work while on other tabs. Heres what I need to figure out-
-Get the WASD navigation to work on all tabs, not just the first. When I change tab (set a layer visible/invisable)(Some layers contain the entire tab) The navigation gets all wonky. Following the positions of the tab that opens on the start. I cant get is to navigate with the newly visible tab.
____________________________________________________________________________________________________________________________________________________________________________
Capx- Its very messy and there are LOTS of events, if you need help finding events let me know. Don't spread screenshots or anything around cause its a game in development.
https://www.dropbox.com/s/mtgyqwp4buvkg ... .capx?dl=0