Hello I was playing around on DBP and figured out how to multiply sprites by the press of a key..
I'm sure it's already been done a million times but here is my code
Take my attachment image or use one of your own.
Load image "C:/note.bmp",1
Sprite 1,0,0,1
p2=20
Do
If leftkey()=1 then Sprite p+1,p2,p4,1 : p=p+1 : p2=p2+20 : p3=p3+1
If p=p+1 and leftkey()=1 then Sprite p,p2,p4,1
If p3=20 and leftkey()=1 then p2=p2-20*20 : p4=p4+20
If p3=40 and leftkey()=1 then p2=p2-20*20 : p4=p4+20
If p3=60 and leftkey()=1 then p2=p2-20*20 : p4=p4+20
If p3=80 and leftkey()=1 then p2=p2-20*20 : p4=p4+20
If p3=100 and leftkey()=1 then p2=p2-20*20 : p4=p4+20
If p3=120 and leftkey()=1 then p2=p2-20*20 : p4=p4+20
If p3=140 and leftkey()=1 then p2=p2-20*20 : p4=p4+20
Loop
Could it be of any use?
Peace
DC the Great Inventor