Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

103
Vistas
P5.play.js keyDown instruction dosen't work

does anybody know why this piece of code doesn't work? I am using p5 libraries like p5.play,p5.js.p5.sound,p5dominm or smth like that. Heres the piece of code :

class Player{
constructor(){
    this.x,
    this.y,
    this.width,
    this.height
}



if(keyPressed(d)) {
    player.x=player.x+6;
    distance=distance+0.5
}

}

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

After creating a class you need to create an instance of the class. Try this way:

class Player{
constructor(){
    this.x,
    this.y,
    this.width,
    this.height
}

const player = new Player();

if(keyPressed(d)) {
    player.x=player.x+6;
    distance=distance+0.5
}
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda