Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Get Thing Speed
Get Thing Speed
2005-03-11, 12:46 AM #1
Hi!
How do I get the speed of a thing in Flex format?
Edward's Cognative Hazards
2005-03-11, 8:43 AM #2
GetThingVel? It will return a vector though, I think, so you'll want to extrapolate speed from it.
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2005-03-11, 9:34 AM #3
And how do I do that?
Edward's Cognative Hazards
2005-03-11, 9:40 AM #4
VectorLen(GetThingVel(thing));

If you look at GetThingVel() in the DataMaster, under the syntax example, it says "The length of the velocity returned by GetThingVel() is the speed that the thing is moving at."

QM

↑ Up to the top!