Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

WASD Movement keys instead of arrows?

Hi,

I'm considering beginning a project with a friend that I'd like to eventually be multiplayer and very pvp oriented.  So I'm looking for a simple WASD movement system instead of the arrow keys, like all MMO's use.  Any help would be appreciated.  Thank you!

(Also looking for a WoW based skill use system for my ABS either activated with the number keys or mouse if it's possible - pm me if you've got a solution. Thanks again)
 
This isn't the best option (there are minor bugs), but you could create a Parallel Common Event as follows:
Code:
@>Conditional Branch: [R] Button Pressed
  @>Set Move Route: [Player], Ignore If Can't Move
  :               :$>Move Up
@>Conditional Branch: [X] Button Pressed
  @>Set Move Route: [Player], Ignore If Can't Move
  :               :$>Move Left
@>Conditional Branch: [Z] Button Pressed
  @>Set Move Route: [Player], Ignore If Can't Move
  :               :$>Move Right
@>Conditional Branch: [Y] Button Pressed
  @>Set Move Route: [Player], Ignore If Can't Move
  :               :$>Move Down

If you want a bug-less version, you'll have to request a script.
 
Thanks a lot. But... uh... doesn't this use the RXZY buttons? Because I do believe that's a pretty difficulte combination for simple moving. But thank you so much anyway.  I just found a script that might work. : ) 
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top