i dont understand the drawbitmap command when it moves… somme times it showing and somme times it not why ?
there's my code
graphics on
color 100,100,0
pic=loadimage("cartman.png")
debut:
fori=1 to 900 step .01
color 100,100,0
circle 100+i,100+i,50,1
drawbitmap pic,100+i,100+i
next i
goto debut