Hi, Im kinda new to construct, and I have a dilema.
My question is, Is there any way to make the player sprite mirror, other than the one showed in the begginers tutorials? Cause that one used the keyboard object, like, if left arrow is pressed, mirror player sprite, but I want the sprite to Mirror and Unmirror regardless the controls, because if I map the direction keys to WASD, I have to change the entire conditions to mirror the player. Is there any way?
Not sure I get the idea, but, you can mirror a sprite with the condition of your choice, after, you have to unmirror it, again, with the conditions of your choice, this condition isn't user input only
exemples of conditions:
If Variable < 0
mouse button is down: Left
etc
Not sure to see the exact problem