


der läuft die so schnell durch das man gerade mal kurz das erste und das letzte sieht und das noch nicht mal richtig :?keine ahnung:?
könnte man es irgendwie machen das der die langsamer abläuft.
das wär cool

ich habe es endlich geschafft


Code: Alles auswählen
Anim+1
If Anim>20
Anim=0
Endif
Code: Alles auswählen
Frame+1
If Frame > 5
Frame = 0
Anim +1
If Anim > 20
Anim = 0
Endif
Endif
Code: Alles auswählen
If ElapsedMilliseconds() > AnimTimer
AnimTimer = ElapsedMilliseconds() + 50
Anim +1
If Anim > 20
Anim = 0
Endif
Endif