GML Help with following object

E

embe

Guest
Hi guys!
I need an object to follow my main object on the x axis but I don't know how to do it.
I actually need it to go slower than the main object so I can dodge the object.
I tried using move_towards_point( obj_prota.x, y - t_speed, t_speed); but it moves at the same place and speed as my object.
I really hope I explained myself and you can help me.
thnx!!!
 
Top