hey everyone,
I'm new to construct 2 and i was wondering if someone could help me with a problem I have. I'm trying to make an object continue
sliding after i let go of it and i can't seem to figure it out. To make it move I put the touch object then I but a constraint to my mouse so when i
click and hold down on the object it follows my mouse. When i let go of the object i would like it to slide in the direction i was moving my mouse
at the same speed. I've tried applying force to it when touch ends but if i click anywhere on the screen my object slides to that position. i also tried
putting a tiled background with physics but everything just slides either up or down.
i added my capx file to show what I've been trying to do. thanks