Hi
This might be a silly question, but I couldn't find the solution.
I need my platform sprite to move left when I press right and move right when I press left.
Develop games in your browser. Powerful, performant & highly capable.
It may be easier to define the platformer controls yourself rather than using the default, and then toggle a variable to change.
For ex -
Player variable=1, key left - Player:Move Left
Player variable=2, key left - Player:Move Right
Rockwell, thank you!
I am very new to Construct. How do I rotate variable value every 10 seconds?
Example first 10 sec=variable=1, next 10sec=variable=2, next 10 sec=variable=1 etc
Hey man ... You should check out the platformer tutorial , responds to every one of your questions