So, when an object is moving by itself, the velocity will be add to the object's position. What if the object is moving by the mouse, what would it be the velocity? Would it be "vect2(mouseX, mouseY)" ?