Right and Left Arrow Keys This is amazing! I got 100 views in one day! That's a record for me! Thank you to everyone one who clicked on my project and especially the ones who loved and faved it.
All of the artwork was hand-drawn, or should I say Scratch-Drawn :D by me This is the program that I drew in step 8 in Processing JS that I just felt like writing! Check it out if you want! var Jump = function { for(i = 0, 1+= 5, i < 26) { pushMatrix(); ellipse(10, 10, i, 0); popMatrix(); } for(i=0, i-=5, i > -26) { pushMatrix(); ellipse(10, 10, i, 0); popMatrix(); } };