Ouch sorry ^^ but first i need that the loop restart, because i must restart the loop for n side : down, up, right, and diag up and diag down i have this systeme : Download the images because they're too large
<img src="http://img859.imageshack.us/img859/2460/20851892.jpg">
And the end :
<img src="http://img853.imageshack.us/img853/8619/63344708.jpg">
RUNTIME is a private variable just integer
RUNTIMESIDE : a char side of the animation and you can search the folder with
RUNTIMEANIMATION : a char, the name of the animation ( run, walk) and you can search the folder with too.
ImageMax : the maximum of images of the animation, i update this integer when i go to an other RUNTIMEANIMATION.
But on this code there is no way to restart the loop, but he should must work with the first value
RUNTIMEANIMATION :=Walk
and RUNTIMESIDE : =Haut
and ImageMax :=19
And FINALLY when i start the game i have an error : "A nested loop was started with the same name as an already running loop rename your loop to a unique name"