I'm trying to make a straight vertical line which, when you drag across on the X axis, will bend a bit like an elastic band and snap back when you let go.
I've made a quick image mock up of what I'm trying to do, here https://dl.dropboxusercontent.com/u/57554153/Line.png
I'm really trying to figure out if you can actually bend the lines or if I have to fake it with a bunch of points instead. Just trying to prototype some animations for an app.
Thanks!