Hi Dan,
Thank you for replying, I will try to explain a bit better.
So I’m trying to create a pile of falling books from the sky,
the idea is to animate the first book (the one who will touch the ground first), so a Position from let say 100(sky) > 800 (floor) on the Y axis with an ease, and a small rotation.
Than I’m trying to link the next books Position to his Position so they will follow the same animation with a small delay (pilling up on him).
I was trying to use the index because they have to fall one after the other.
I attached a Gif I did by hand quickly, by hand I mean I put animation key on all the books and sequence them, but now I have way to many to do it like that so I’m trying to find a shortcut so I don’t have to do them one by one.
In One of my screenshot you can see I tried using “prevContentsIndex” but not sure what I’m doing here. I also linked the ValueAtTime Value to a slider so I can control the delay.
Maybe not the right direction :s.
Hope it’s clearer.
Thank you in advance.
Have a nice day.