I want to create my game with these popping up: http://puu.sh/9PE7y.png
When you click an on-screen button one of those pops up. How do I make them up pop? On screen objects? I also want to make it so that when you click on that title you can edit it without using DM's input if that is possible. I also want it when you click on genres a list of genres will appear dropped down instead of choosing from DM's list. How do I learn to do these things?
So I am trying to use forum_account's HUD library to solve all these problems but it doesn't seem to work and is outdated. It was last updated in 2012. Look at this:
action_menu = new(src)
It also asks to use numpad but I'm using a laptop and it doesn't have a numpad or a center button: client |
TheDarkChakra wrote:
it doesn't seem to workHow so? and is outdated.How so? It was last updated in 2012.This is irrelevant. Look at this: action_menu = new(src)
I don't think anyone can use this anymoreThere's nothing wrong with that. It also asks to use numpad but I'm using a laptop and it doesn't have a numpad or a center button:You can easily set a new macro as a center button by adding this line to Login(): winset(src, "enter_key", "parent=macro; name=return; command=.center") |
I used this and set cener as f and it didn't work:
winset(src, "f", "parent=macro; name=return; command=.center") |
Personally I prefer screen objects, and I believe that Forum_account's HUD Groups library has most of the functionality you're looking for, so you might look into that to use or for guidance.