There's a button in the sprite drawing thing that allows you to flip the sprite on either the x or y axis. Can you do this outside of the editor, like for instance, when a key is pressed?
Yes. You can just do this
This can be found in the "my" submenu in the dropdown.
This will flip the sprite depending on which way it's facing (it's like scratch's left-right rotation style).
It doesn't seem to be doing anything for me. Am I supposed to connect it to something?
After you run it, try running the turn left (15 v) degrees block a bunch of times.
Oh, I see. Do you know how many times specifically, so I can put it in a repeat block?
Also thanks!
It flips when the sprite is facing in a direction ( (direction) ) greater than 180 or less than 360.
Thank you!!