Cita de: Fenix oscuro en Agosto 02, 2013, 11:48:43 PM
necesitaras 2 variables
en el evento step usa
if mouse_check_button_pressed(mb_left)
{
XL = mouse_x
YL = mouse_y
move_towards_point(XL,YL,4)
if shoot = 0
{
image_angle = direction
}
else
{
image_angle = move_towards_point(enemigo.x,enemigo.y,0)
}
}
Ahi Vaa... gracias che justo lo que buscaba