hmclay Posted November 20, 2022 Posted November 20, 2022 When using start animation, there is an item labeled position. If I give a number, the vehicle (crane etc.) jumps to that position immediately. Can a smooth action be accomplished without using script ? The only way I use this command is issue the action then defer action until it arrives where I want it .... ends up trial and error until I get the results desired.
Goetz Posted November 20, 2022 Posted November 20, 2022 vor 7 Minuten schrieb hmclay: When using start animation, there is an item labeled position You may set this position to "current" when you want to begin the animation from the current position. Remember to also specify, if you want that animation to run forward or backwards. Numbers are only needed to start from a specific position, which is neither at the beginning (= 0) nor the end (= 1). It's on purpose that the animation skips to the specified position when you use a number. Sensible numbers would be between 0 and 1, e.g. 0.5 for a start half way.
hmclay Posted November 21, 2022 Author Posted November 21, 2022 Thanks Goetz ... so the number is a starting number not a position you want to go to. So if I'm currently at 0.3 and want to stop at 0.75, other than using a defer time, can you initiate a stop automatically at 0.75? Also, is there a way to read the position ?
Goetz Posted November 21, 2022 Posted November 21, 2022 vor 7 Stunden schrieb hmclay: is there a way to read the position ? easy: vor 7 Stunden schrieb hmclay: can you initiate a stop automatically at 0.75? Yes, by converting the command to its Lua equivalent: I marked the command "play" before pressing ctrl + space to open the description with all relevant information.
hmclay Posted November 21, 2022 Author Posted November 21, 2022 I thought I may have to learn Lua eventually ... guess with what I want to do, the time has come. That is a lot easier than what I was pursuing. The reading of the position I did not explain well. I was wondering if it could be read within the software to know current position before issuing commands. But on second thought, maybe I don't need that info. Thanks Again
hmclay Posted July 12 Author Posted July 12 Months later and I've been trying unsuccessfully to use keyworks/iterations for performing animations on mutiple/varying vehicles on a track. Somewhere I ran across a mention of a youtube video you posted on the subject ( cannot locate the post now ). Watched the video ( in english ... thank you ) .... wow ... you made it easy using lamps as the subject "vehicle". Thank you much for your efforts and very instructive video !!!!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now