Hi all,
I have a doubt with the sprite sheets in corona.
When developing a game like endless runner that use a sprite sheet for the character to walk, run, jump, whatever… You basic call a frame to frame of the sprite sheet you want to do that animation as the background that moves in the backs, right?
But in my case i have:
a fixed background image;
The character have to move from one position to another doing the animation in not a straight line.
Please, see this video to understand what i’m saying: (It’s only 0:13)
https://www.youtube.com/watch?v=Wz9SFvMN3PA
Is a playground swing animated.
I want to do something like this with my sprites. Is that possible?