Heyo! I'm new to Construct and I love it so far!
However, I've got a question...
I have an object with a Platform behavior. I'd like to make it so when the object has a horizontal speed below 0 (meaning it moves left) the sprite mirrors left. When the horizontal speed is above 0 (meaning it moves right) the sprite unmirrors to the right. I have the actions down just fine, but it seems the conditional for the object is just comparing it's SPEED, which also applies to itself vertically.
How do I track an objects HORIZONTAL speed?
Thanks in advance!