i want to move my sprite by click to move.
i got it right but only problem is when i click the sprite doesn't change, like if i click left it should change sprite and let it face left.
how to do it?
Please upload screenshot of your event sheet.
We could know where it was wrong.
I can't upload a screenshot.
If i click on the "Insert Image" button, nothing happens.
So you want the Sprite to face in the direction of movement? There is an action called Set mirrored for this.
I want it to face left, right, down, up, and diagonal.
Set angle or Set angle toward position.
im trying everything, it doesn't work
Then it's impossible to tell without seeing your events
Develop games in your browser. Powerful, performant & highly capable.
lol finally i can upload screenshot, i dont know what im doing wrong in the events
From this screenshot it should work if all conditions are met and there are no spelling errors in animation names. Can you show events where you set Sprite's angle?
thats the only events i have
Okay, can you show animation editor?
here it is
Oh, now I see - in actions you need to change set animation action. Instead of "Walk"&Sprite.DirectionName you should use ""Walk_"&Sprite.DirectionName. You missed the underscore.
tried that, isn't working at all