I guess this would be possible and I think I have seen examples of it (its basically the default movement of iphone games I guess). How do I make an object move when I click on it and drag it with the mouse? I am trying to do something like an elevator thing where you click it and then you can drag it up and down in Y position smoothly with the mouse. X is of course stable in this case. And when you release it does not just stop instantly but slows down and stops smoothly.

Because this is a elevator thing I also need to make it so if you drag it to say the second floor and release you wont probably release it at the exact Y value to match it up to the floor so it needs to adjust itself on its own to the nearest floor.. and also work with other actives who make get inside the "elevator" and travel with it.. Is there any example of something similair like this? :S