-
just how to use “speed”
I must be going about this all wrong because I’m getting no results, the help file is no help, and there are too many cases where people specify their own speed that google is no help either.
I’m trying to control bend based on speed. Sounds simple, but what the heck is the syntax suppose to be?
I created some keys where the object moves in the positive X direction. It really only moves in x.
Next I applied some bend to make sure that looks ok….ok, now add expression.I tried just speed. – nothing
I tried speed *500000 just to make sure it’s not some tiny number – nothing
ok maybe speed.transform.position[0]? nope
transform.position[0].speed? nopeThen I thought, Oh, I’ll just get my own speed. But then I couldn’t figure out how to get position at a different time, so that’s no help either. I was thinking of just using position.x – position.x at previous frame. That would give me a useable number to do this bend thing to, but I couldn’t find a way to get position at time.
Any help here is appreciated. Even if it’s being snippy and telling me where to actually find the information. 😉