Is something like this possible; http://davidwolffgames.com/img/utilities/dropdown-menu.png
Or any method to achieve something like this? Maybe as a Hud object or whatever idk.
ID:2415598
Dec 9 2018, 5:06 pm
|
|
could u give me some code to start with? i'm still not sure where to begin with that knowledge.
|
How much do you already know about HUDs (client.screen, screen_loc), mouse events (Click, MouseEntered, MouseExited), and maptext? The basics of all of those are pretty much all you need, and any examples/tutorials involving them would help, even if they aren't directly related to dropdown menus.
|
You'd just modify MouseOver & MouseExit to modify the color of what's hovered over.
You could scale the the container with the vis_contents to fit the screen.