In the animation component, there is the default Animation, and also an Animations array. How do you access a particular animation in this array, for play at an arbitrary time during run time?
The obvious animation.animations[index]
does not work.