function choque() { for (i=1; i<=paredes; i++){ if (personaje.hitTest(_root.escenario["pared"+i])){ choques = true;} } }