Is this interface possible?

  • #1, by BluestoneThursday, 13. June 2013, 14:57 11 years ago
    Hi, everyone. I am brand spanking new to designing my own games, but I have been a Japanese to English game translator for about 20 years.

    Thank you in advance to anyone who will be kind enough to take the time to help me out. I will do what I can to return the favor someday.

    Now, the question: Is it possible to create an interface that contains your typical touch, talk, look, and some others and to have the player scroll through those choices while on top of the object? In other words to not force them to choose from the interface menu at the bottom? Maybe they could toggle from action with the control button for example? This would obviously be less cumbersome for the player than to have to go down to the menu.

    Many, many thanks in advance!

    -Bluestone

    Newbie

    2 Posts


  • #2, by afrlmeThursday, 13. June 2013, 15:50 11 years ago
    yes you could create it by using key input along with if else command is current command (command) then set command (command) else if command is... etc

    you can also in the mouse properties assign the right mouse button to cycle commands...

    or using Lua: you could create the if else query I mentioned above to assign the cycle commands to the middle mouse button or mouse wheel up/down (middle mouse button & wheel is only accessible via Lua at the minute) & currently "alt/ctrl" doesn't seem to be listed on the available key inputs.

    http://wiki.visionaire-tracker.net/wiki/Player_Commands (all current VS Lua commands)
    http://wiki.visionaire-tracker.net/wiki/RegisterEventHandler (various event handlers & listeners: mouse, text, animation, action etc)

    Imperator

    7278 Posts

  • #3, by BluestoneThursday, 13. June 2013, 16:08 11 years ago
    Thank you very much for your kind answer!

    Newbie

    2 Posts

  • #4, by afrlmeThursday, 13. June 2013, 16:24 11 years ago
    no problem wink

    Imperator

    7278 Posts

  • #5, by NigecFriday, 14. June 2013, 00:17 11 years ago
    you could adapt the verb disc to do a similar thing.. kinda like this:

    Key Killer

    627 Posts