function movimentaAtor(){ if (KeyIsDown(UP_ARROW)){ yAtor -= 3; } if (KeyIsDown(DOWN_ARROW)){ yAtor += 3; } }
foi exatamente dessa maneira que escrevi meu código, porém, quando eu vou iniciar o jogo aparece "KeyIsDown is not difined. Aguém poderia me ajudar, por favor. Obrigado.