How do I make character rotate

Hello!Can someone tell me how can I make a character actor to rotate from left side to right side without making 2 images of him facing left and right side?

Comments

  • SocksSocks London, UK.Member Posts: 12,822
    I think you mean 'flip' (or 'mirror') rather than 'rotate' ?

    If so then you can do this using the 'flip horizontally' attribute.

    Set self.graphics.flip.horizontally to true.
  • SunrayGamingSunrayGaming Member Posts: 13
    Click the actor that you want to turn around,
    Click graphics in the actor editor,
    and then check the Flip horizontally box.
    Hope this helps.
  • Thanks mate :D
Sign In or Register to comment.