Set the object's x and y positions every tick to..
lerp(object.x,mouse.x,n*dt)
lerp(object.y,mouse.y,n*dt)
Where n is the speed at which the object moves towards the mouse.
You might also be able to use "move at angle".
Also I'm not sure if C2 has lerp yet...probably does..