I have a few questions about vertex animation.
I’ve created .awd file with vertex animation using c4d exporter, and it is successfully loaded and playing animation, but:
1. How to detect end of the animation? both while loop is on and wile it’s off? (iv’e found PLAYBACK_COMPLETE event in documentation, but don’t know how to listen for it)
2. How to get animation length?
3. After loading the model it stopped not on first frame, is it problem with away or with exporter?
4. How to toggle loop flag on the fly after model loading?
.awd and .c4d files attached, i can provide as3 class as well if it may help to answer my questions.
Could you please help me with this minor but essential questions.