ReferenceError: imagemCarros is not defined at /carro.js:8:25
p5.js says: [carro.js, line 8] "imagemCarros" is not defined in the current scope. If you have defined it in your code, you should check its scope, spelling, and letter-casing (JavaScript is case-sensitive).
More info: https://p5js.org/examples/data-variable-scope.html ┌[blob:https://preview.p5js.org/54ed129c-106c-4856-8015-9135b31f1322:8:25] Error at line 8 in mostraCarro() └[blob:https://preview.p5js.org/3adf50ab-8753-44c3-87de-dc84e834a57f:28:3] Called from line 28 in draw()
https://editor.p5js.org/gugszz/sketches/HoKmdpZ_H meu código
Começou a dar erro logo após que eu inseri, imagemCarros = [imagemCarro, imagemCarro2, imagemCarro3]; em imagens.js
Se alguém puder dar uma força em resolver esse problema agradeço.