function mostraAtor(){ image(imageator,100,yAtor,30,30); }
function mostraCarro(){ image(imageCarro,xCarro,43,50,40); //x //y } function movimentaCarro(){ xCarro -=2; } function movimentaAtor(){ is (keyIsDown(UP_ARROW)) { yAtor -=3;
} }
function mostraAtor(){ image(imageator,100,yAtor,30,30); }
function mostraCarro(){ image(imageCarro,xCarro,43,50,40); //x //y } function movimentaCarro(){ xCarro -=2; } function movimentaAtor(){ is (keyIsDown(UP_ARROW)) { yAtor -=3;
} }
Olá Carlos, tudo bem?
Acredito que, o erro seja na linha 40, onde na hora de escrever if você escreveu is.
Exemplo:
if (keyIsDown(UP_ARROW)){
Espero ter ajudado!
Era isso obrigado.