Flipping character sprites to face opposite direction when going backwards
Pesto
Member Posts: 38
I am not sure how to flip the sprite animation images horizontally when I want to move my actor left. I have tried a few things but nothing seems to work. I'm using right arrow to go right and left arrow to go left. Also when I saved file and reopened GS my sprites were gone from Animate behavior dialog box, but once I clicked in the box, the just reappeared. Is this normal?
Thanks
Comments
Use a change attribute behavior:
Change Attribute: [ self.Graphics.Flip Horizontally ] To: [ true ]
This is a known bug, GS are on it, if I recall correctly it's already fixed (in the latest build) or it's scheduled to be fixed in the next build.