To ja radzę na razie zająć się podstawą jeśli tak prostych rzeczy nie potrafisz zrozumieć.
Choć w sumie to jest podstawą... to już w ogóle.
global.sid = id
if( id == global.sid )
{
if( mouse_check_button( mb_left ) )
{
tx = mouse_x;
ty = mouse_y;
}
}
dis = point_distance( x, y, tx, ty );
dir = point_direction( x, y, tx, ty );
x += lengthdir_x( min( dis, 5 ), dir );
y += lengthdir_y( min( dis, 5 ), dir );
Pozdrawiam, mroow. :cat: