
Crear Boton con Coordenadas JavaScript
Publicado por Christian (2 intervenciones) el 25/01/2018 01:27:03
Hola como estan nose como hacer esto...
Tengo estas Coordenadas Key A y Key B, necesito crear una funcion JavaScript que me cree los botones de acuerdo a las coordenadas y mostrarlas en un HTML
//<Key>A</Key>
TouchPointXLowCoordinate=6500;
TouchPointXHighCoordinate=8500;
TouchPointYLowCoordinate=8000;
TouchPointYHighCoordinate=9000;
//<Key>B</Key>
TouchPointXLowCoordinate=6500;
TouchPointXHighCoordinate=8500;
TouchPointYLowCoordinate=6000;
TouchPointYHighCoordinate=7000;
Tengo estas Coordenadas Key A y Key B, necesito crear una funcion JavaScript que me cree los botones de acuerdo a las coordenadas y mostrarlas en un HTML
//<Key>A</Key>
TouchPointXLowCoordinate=6500;
TouchPointXHighCoordinate=8500;
TouchPointYLowCoordinate=8000;
TouchPointYHighCoordinate=9000;
//<Key>B</Key>
TouchPointXLowCoordinate=6500;
TouchPointXHighCoordinate=8500;
TouchPointYLowCoordinate=6000;
TouchPointYHighCoordinate=7000;
Valora esta pregunta


0