Simple question, I didnt see it in the FAQ but I might have mised it. I want to change the 8 Direction Movement keys from the arrow keys to WASD.
change the property setting of "default controls" to NO on your sprite
then use the following actions to move your character with whatever keys you want
on key down "w"
-> simulation 8 dir control "up"
etc
change the property setting of "default controls" to NO on your sprite then use the following actions to move your character with whatever keys you want on key down "w" -> simulation 8 dir control "up" etc
Thought it would be something simple like that. Just takes 4 events to get it done.
Thanks.
Develop games in your browser. Powerful, performant & highly capable.
Visual aid: It should look like this, see the behaviour set for the player and the event sheet.