Is there a way to make a function that just adds motion to an object like the motion_add function from Game Maker?
Like: motion_add(speed1, direction1, speed2, direction2) ... where speed1 and direction1 is the current values of the object and speed2 and direction2 is the additive.