can I change the keyboard controls to WASD
Develop games in your browser. Powerful, performant & highly capable.
Yes you can
in the properties panel set default controlls to no.
then in your event sheet add the event:
Keyboard.KeyIsDown(W)
->Sprite.simulateControll(Left)
etc for the other keys.