-3
votes
1answer
283 views

animate anything animation class [closed]

I'm working on my lua/C++ based game/game engine and I'm currently up to implementing animation. I want to have animation class that animate whatever object it is given, so that I can animate ...
2
votes
1answer
542 views

help animating a player in Corona SDK [closed]

Working on a game in the Corona SDK with Lua and I need help so the player animates on the line drawn. Right now he animates at the beggining and the end but not on the line. Here is the player code: ...