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 → About moving something from one frame to another
About moving something from one frame to another
2002-12-30, 4:05 PM #1
When a thing is moving from one place to another, is it possible to adjust the speed?
"Intelligent people know of what they speak; fools speak of what they know."

- Minchas Shabbos Pirkei Avos 3:18 / Ethics Of The Fathers
2002-12-30, 4:26 PM #2
Sure.

Code:
GoalFrame = Getgoalframe(Object);
Stopthing(Object);
Movetoframe(Object, GoalFrame, NewSpeed);


Where 'GoalFrame' is an int declared in the symbols, and 'NewSpeed' is a flex defining the new speed for the object.


Do note, with this method, the object will (if it has a SND file) make starting/stopping noises when the code is run...
And when the moment is right, I'm gonna fly a kite.

↑ Up to the top!