Flip horizontaly/verticaly
-
Hello everybody,
As most of you, i get a blast out of programming on my switch.
I started with messing around with sprites and the Animationtutorial.I could not figure out how to flip an Image, so a character can run in all directions.
Am i missing something, or is this command missing?
-
Have a look at this: https://fuzearena.com/forum/topic/11/wishlist/56
-
I have found that making the scale negative in drawImageEx also works
for example
a = loadimage("a")
drawImageEx( a, {95, 410}, -360, {-2, 2}, white, {0,0} )The -2 made my image draw flipped left and right