I'm newer to construct 3, and I can't figure out how to use WASD instead of the arrow keys. I was able to simulate direction for WASD, but the arrow key also effect the character. I'm making a local multiplayer game, and would like to not have arrow keys for the second player. Any help on how to go about this would e appreciated!
in the properties section on the left, you can disable Default Controls to make a player object not respond to the arrow keys. You would also do this for NPCs, enemies...
Develop games in your browser. Powerful, performant & highly capable.
Tysm! Was able to get everything working