Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

136
Views
¿Cómo muevo un rectángulo hacia abajo en mi juego de JavaScript?

Soy nuevo en el desarrollo de juegos de JavaScript y necesito mover un rectángulo que creé hacia abajo para un movimiento simple en el juego que estoy creando.

 player.downMovement = function() { let downBtn = document.getElementById('moveDown') downBtn.addEventListener('click', function movePlayerDown(){ let playerY = player.y - 20 function clearPlayer() { ctx.clearRect(100, playerY + 20, 20, 20) } player.y = player.y + player.height; setTimeout(clearPlayer, 10) }) player.draw(); }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!