var drawBall = function(){ background(19, 89, 199); noStroke(); fill(14444, 2845, 562); ellipse(200, 200, 300, 300); }; drawBall(); var drawStiches = function(){ stroke(255, 255, 255); strokeWeight(10); fill(255, 0, 0); arc(95, 106, 0, 400, 123); arc(400, 200, 275, 350, 142, 219); }; drawStiches();