That’s looking great @HyroVitalyProtago. What control schemes are you exploring? I notice you have buttons, have you tried anything else (gestures, etc)?
Thanks @Simeon, I haven’t tried gestures for the moment, but I think about, for distant fights, powers, etc… but i don’t know if a total system of gesture for control the fighter is good, if you have any suggestion, i can be interested.
@HyroVitalyProtago I think platformers are the hardest to get right, control-wise, on touch devices. The ones that seem to do best use automated movement and let the player touch to jump (mega run, and so on). The only thing you can do is experiment to find what plays best.
In a first time, you can see the entirely code at AllFighters - Codea. I think this can be useful for a good understanding.
If you want test the project, i can share the dropbox directory for sprites.
The system of animation use 3 classes : FImage, FSprite and FObject.
FSprite contains a list of FImage. FObject contains the list of all animations for an object.
For the moment, I make the source development kit for add fighters easily and maybe map and others things. [And I have begin a BaseGameEngine for make menu]