1 | function scr_move_to_point_over_time |
2 | { |
3 | _mmm = instance_create(x, y, obj_move_to_point); |
4 | _mmm.target = id; |
5 | _mmm.movex = arg0; |
6 | _mmm.movey = arg1; |
7 | _mmm.movemax = arg2; |
8 | return _mmm; |
9 | } |