Flipping character sprites to face opposite direction when going backwards

PestoPesto 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

  • RThurmanRThurman Member, Sous Chef, PRO Posts: 2,880

    Use a change attribute behavior:

    Change Attribute: [ self.Graphics.Flip Horizontally ] To: [ true ]

  • SocksSocks London, UK.Member Posts: 12,822

    @Pesto said:
    . . . . 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?

    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.

Sign In or Register to comment.