
I have this code in the step event right now:
dis = min(view_wview[0]/2,view_hview[0]/2);
if distance_to_point(mouse_x,mouse_y) > dis {
display_mouse_set(x+lengthdir_x(dis,dir),y+lengthdir_y(dis,dir));
}
But obviously that's not working. Right now it just sets the mouse at the bottom of the screen. What should I change, or is there another way I could do this better?



Find content
Male
