12Fermer14
philip-lynxLe 27/10/2010 à 00:31
voici le code qui marche: void Fchiffres(x,y,classe) int x; int y; int classe; { SCBDATA(SCBchiffres) = chiffrestab[classe%12]; SCBX(SCBchiffres) = x; SCBY(SCBchiffres) = y; DrawSprite(SCBchiffres) }

puis je place dans la boucle principale :
Fchiffres(80,47,11);

merci les amis !
boing