So I'm creating a evade.io type game and I have the background and the sprite and the 8 Direction property on and I know how to turn off Arrow controls for it but I want WASD controls for it can anyone help me out?
Hello, you must create an event for each WASD key and in the actions you must simulate the 8 directions.
LogicArts®
add the keyboard object to the layout.
than put in the event:
on keyboard w down 8directiom simulate control up ...
Develop games in your browser. Powerful, performant & highly capable.
Hello, you must create an event for each WASD key and in the actions you must simulate the 8 directions. LogicArts®
Thank you sooo much!!!
add the keyboard object to the layout. than put in the event: on keyboard w down 8directiom simulate control up ...
Thank you also!!!
> add the keyboard object to the layout. > than put in the event: > on keyboard w down 8directiom simulate control up ... Thank you also!!!
> add the keyboard object to the layout.
> than put in the event:
> on keyboard w down 8directiom simulate control up ...
(REPLY) Hello I've tried this but I cant add 8 direction simulate control up
Here is an example, on how it should look: