Needing actor to flip image
justinodunn
Member, PRO Posts: 226
in Tech Support
I made a joystick/ analog stick thing to control the 360º movement of my character, since the game is in 2D, i want to make it so when the joystick is moved to the left, the actor's image will change to the image of the actor but facing the left side, and when the joystick is moved to the right, the actor's image will change to the image of the actor facing the right side. thanks
Comments
@justinodunn, in the Graphics attributes of the actor you will find the Horisontal and Vertical Flip option.
These are also accessible through a "Change Attribute" behaviour.
self.Graphics.Flip Horizontally and ...Vertically
MESSAGING, X-PLATFORM LEADERBOARDS, OFFLINE-TIMER, ANALYTICS and BACK-END CONTROL for your GameSalad projects
www.APPFORMATIVE.com
Ahh yes didn't see that there, but where could I add that behavior if the joystick was like this?