Hi !
I'm working with Construct seriously for the first time for the ludum dare.
I use an object with a 8-direction behavior and I want for one level to reverse the controls (when the player press right, he move to the left).
The 8-direction behavior doesn't seem be able to do it. So I've do a homemade system by using the function "Move at angle". But it doesn't work perfectly, i can't press two key at the same time and I overpass my limits.
I understand why it doesn't work but I can't find a better solution.
Here a screen of my script : dl.dropboxusercontent.com/u/2370983/construct2-problem.png
Any idea or advice or idea ?