i guess this means this can’t be done unless with the SDK. it’s too bad, i’ll just find another alternative.
no reason :). just wanted to give a specific example so there wouldn’t be any confusion. i wonder if there’s a cheat where you can have a dotnet form …
Actually wouldn’t this work? rpm = (0.1047 * S)*val01 — When value is set to 1.0, the object does a full rotation each minute. finalVal = 0 …
Thanks Decon! I studied it a bit and gives me a better understanding. Soo in short, you calculate the velocity up to the current frame, then to find t…
I already spent a whole day trying to figure this out, but it keeps on reversing whenever I the box height value is lowered… theTime = currentTime v…
Hey, could you post your file or explain how you achieved it so ramping the value down doesn’t cause the object to reverse? Decon’s solution doesn’t s…
Ah, so it does. I agree, avoiding to pollute global space can help in the long run.
Thank you, Stev. That’s a good solution.
Ah yes, that should do it, thank you very much.