Hello, so what am i trying to do is to add a drunk character and the player need it to keep it in balance using 2 arrows(left or right) . And i was wondering how to i make the character move(to simulate the drunk).
P.S. i don't want the character to remain on their position and only balance left or right. I want them to also move to right or to the left.
So what i tryed as far was the Rotate behavior(so i make the player loose their balance and simulate the falling) and the Platformer behavior(to make them also move left and right) , but the Rotate behavior doesen't work as i want to.