hola comunidad  :) tengo un duda tengo las vk creadas para jugar en android, pero no me detecta el movimiento por cuadricula, en el pc si, pero en el android no, mi pregunta es como agregar la grid a las vk aca les dejo mi codigo para ver si alguien se anima a ayudarme de antemano gracias  XD

display_set_gui_size(gui_width,gui_height)

global.vkw = virtual_key_add( gui_width-138, gui_height-188, 64, 64, vk_up );

global.vkd = virtual_key_add( gui_width-74, gui_height-128, 64, 64, vk_right );

global.vks = virtual_key_add( gui_width-138, gui_height-74, 64, 64, vk_down );

global.vka = virtual_key_add( gui_width-202, gui_height-128, 64, 64, vk_left );

draw_sprite(spr_Up,-1,gui_width-138, gui_height-188);
draw_sprite(spr_Right,-1,gui_width-74, gui_height-128);
draw_sprite(spr_down,-1,gui_width-138, gui_height-74);
draw_sprite(spr_Left,-1,gui_width-202, gui_height-128);

Conoce el mundo de Dan Ball descarga sus juegos gratis desde google play ENTRA


gracias bro justo lo solucione jugando con el gml  XD

Conoce el mundo de Dan Ball descarga sus juegos gratis desde google play ENTRA