Hi, I'm making a game with touch controls, but only in the X axis. I'm using the DragDrop for the character behavior. Now, my problem is this: I want the sprite to get mirrored to the left if it is dragged and moved to that side, and not mirrored if it's not. Basically...what it is always done with left and right arrows if the game is a platformer. I tried almost everything, but didn't manage to do it. Any help is appreciated in advance ^^