(2018-03-20, 21:48)Jarema Wrote: Second question for mid-advanced users:
I have chassis on step one, wheels on step two. How to break up so that the wheels moving will not start until the chassis reaches the destination point ?
Some steps are faster animated, although they appear in the file.
You would need to gather some information about the number of steps etc in the start event.
Then in the frame event you can use that info to apply pauses.
get the step count from
someSubFile:getStepCount()
and information about references in a step from
ofs, cnt=someSubFile:getStepRefInfo(stepNr)
The use ofs and cnt instead of the someSubFile:refCount() loop