Hello Everyone. So I have my character which is a simple ball that rolls around and jumps. But when I collect a powerup its animation does not rotate with the character's rotation it stays straight. putting the animation behavior to replace or overlay didn't work. Any ideas how can this be made?
Hello @VectologyGames , thank you for your response, Sorry if I didn't explain it well, the character roll/rotate on movement, and so should the powerup animation. Assume My Character is a football and it collects a powerup that turn it into a basketball (using the replace animation behavior) when the powerup is collected the rotation of the basketball(powerup animation) is fixed and does not roll as it should do.
I understood you. Powerups are not linked to the characters rotation. You need to make sure your powerup animation (the separate pngs) are rotating.
Unfortunately this solution does not work. It may work if your character is always moving (runner type of games). but in my case it's a platformer & doing this will make it rotate even if the character is standing still which looks very ugly :'(