Hey all,
Is there a clever way to create a two player platformer?
I want to have one player controlled by arrow keys and another controlled by WASD. Essentially it would be a local multiplayer thing.
Thanks!
Justo of the top of my head i would map the keys To the corresponding player sprites
You can do it like:
On W down: Simulate Jump control for Sprite1
On UpArrow down: Simulate Jump control for Sprite 2
Etc...
Make sure both Sprites have the "Platform" property.
Develop games in your browser. Powerful, performant & highly capable.
...and that the one that is being controlled by the WASD keys has the "Use default controls" properties set to "No" (on the Platform behavior properties).