Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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.
Develop games in your browser. Powerful, performant & highly capable.
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.
Visual aid: It should look like this, see the behaviour set for the player and the event sheet.