Hy guys
thanks to try
about Graphic
-->we give to Caesar what is of Caesar... I use the images of thread linked.
-->About movement it's mine developed following the above linked thread... in fact the title of this thread is a simple engine for .....
@bplus about jumping....
if jumping must be directional I'll implement 3 cases jumping going to left, jumping going to right and jumping only high
but to get a good action I'll need to remove INKEY$ and use _KEYHIT and _KEYDOWN to execute the three different
commands W+A, W+D or only W. (so for now there is only W command in execution)
And if you find more suitable to continue the action in execution before to jump... it is possible with no efforts, but this feature is implemented in some games while no in others, moreover I have seen game in which the character starts with an action and in air he can change this (for example it starts moving to left and while jumping it can stop in air or turn to right and vice versa until character is jumping)
Thanks for feedbacks
I'll try to go on quickly with your requests