can I change the keyboard controls to WASD
Yes you can
Develop games in your browser. Powerful, performant & highly capable.
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.