Preserved Topic: Acceleration/Deceleration (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 06-11-2002 19:22
I'm trying to write a script that moves a layer up and down on command to display some content and I want it to do this nifty little 0 to (whatever) acceleration when it starts and another nifty little (whatever) to 0 deceleration when it stops.. |
Bipolar (III) Inmate From: Berlin, Germany |
posted 06-11-2002 20:19
This might help you: http://www.ozoneasylum.com/Forum2/HTML/001365.html |
Paranoid (IV) Inmate From: Dublin, Ireland |
posted 06-12-2002 14:59
How I'd do it is: |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-25-2002 12:56
Started an FAQ on this: |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-25-2002 15:12
The method Hugh described will have the object move at a decaying exponential rate. (Make a graph of y=e^(-x) and that's a graph of how close the object is to its destination as a function of time.) |
Bipolar (III) Inmate From: schillmania.com |
posted 07-13-2002 07:29
I'm not much of a math person, but I found this interesting "theory".. |