xxxxxxxxxx
18
function setup() {
createCanvas(550, 400);
sTrilha.loop();
}
function draw() {
background(estrada);
mostraAtor();
mostraCarro();
movimentaCarro();
movimentaAtor();
voltaCarro();
verificaColisao();
circulo();
meusPontos();
marcaPonto();
}