To be more clear, i want my character to change sprite/ rotate using other sprites, by the mouse position, I tried using
Mouse.X > Character.X and Change position so it looks to the right and Mouse.X < Character.X and change position so it looks to the left, but when i change the X to Y, the Y Events (Mouse.Y > Character.Y and Mouse.Y < Character.Y)
seems to over ride the X events (Mouse.X > Character.X and Mouse.X < Character.X), it only make it look up and down and not left and right. (To be more clear I made to another events using Y coordinates instead of X coordinates and it over rid the X events.) Does anyone know any solutions for this?