I am trying to create an animation that moves each square to the right place according to the same id number and in an ordered way, starting with the id1 and finishing with the last one and with a quick interval between each one. I created the animation but not in the right order (my animation is starting with the last one and it's decreasing). I already tried to invert the count value and summing instead of subtracting this value but I am not getting it right. Please, some help.
A sample:
dropbox.com/s/91qz25ly3cu7djl/demo_animation.c3p
Important: I don't want another solution. Please, don't change this script. I just want to understand what I need to do to fix this sample.
Thanks