I'm in the process of making a HUD with some extra add-ons, so far all is working well, But I've ran into a few problems, When I go onto the menu, the HUD is still showing, so I think a dispose is needed here, also, not sure if/why it would be needed, but a refresh somewhere in the script ?
Lastly, well, let me explain first...
I have it on a conditional branch, when Q is pressed (L in the game), it will show the HUD for 50 frames, which works great, but that means I have to put an event on each map or whatever, however...
Is there a way I can make it so if a button is HELD, such as Q, the HUD will show, but as soon as I let go of Q, the HUD will disappear ?
Thanks to any help given.
Lastly, well, let me explain first...
I have it on a conditional branch, when Q is pressed (L in the game), it will show the HUD for 50 frames, which works great, but that means I have to put an event on each map or whatever, however...
Is there a way I can make it so if a button is HELD, such as Q, the HUD will show, but as soon as I let go of Q, the HUD will disappear ?
Thanks to any help given.