Not sure if its another case of doing it wrong, or whether its something wrong with the vector object expressions vector.lerp, or arrays in pv's
http://dl.dropbox.com/u/666516/vectorlerp.cap
If I manually set both arrays it works fine ie vector.lerp(sprite.xy,{100,150},1-0.5^timedelta)
But then if I put sprite2.xy as the second vector it goes haywire.
I wouldn't think its an issue with picking since there's only one instance of sprite 2.
Also would it be possible to pass strings as arrays?