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

174
Vistas
Collision detection on html5 canvas adobe animate

Trying to make a simple game where the user controls an object and when it hits a moving object, it detects it and makes the user play again. Kinda like flappy bird but the user can control the bird anywhere. I am also pretty much a code illiterate as I only started a few months ago. Here is my unfinished code :

this.player1.on("pressmove", moveBall);
this.addEventListener("tick", fl_AnimateVertically.bind(this));

function fl_AnimateVertically()
{
    this.obs1.x+=-10;
    this.obs2.x+=-10;
    this.obs3.x+=-10;
    this.obs4.x+=-10;
    this.obs5.x+=-10;
}

fl_AnimateVertically()



function moveBall(e) {
    var p = stage.globalToLocal(e.stageX, e.stageY)
    e.currentTarget.x= p.x;
    e.currentTarget.y= p.y;
}

moveBall(e);

about 4 years ago · Juan Pablo Isaza
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