Try putting your boxes in a movie clip named “boxes”, then name all the boxes like “one, two, and so on…” then go back to the main timeline and put this
#include "lmc_tween_as1.as"
on a layer named actions. double click the boxes movie clip and make a layer actions and paste this
one.alphaTo(0,4,"",1);
ten.alphaTo(0,4,"",3);
fourteen.alphaTo(0,4,"",5);
eleven.alphaTo(0,4,"",7);
eight.alphaTo(0,4,"",9);
two.alphaTo(0,4,"",11);
nine.alphaTo(0,4,"",13);
four.alphaTo(0,4,"",15);
three.alphaTo(0,4,"",17);
fifthteen.alphaTo(0,4,"",19);
thriteen.alphaTo(0,4,"",21);
five.alphaTo(0,4,"",23);
seven.alphaTo(0,4,"",25);
twelve.alphaTo(0,4,"",27);
six.alphaTo(0,4,"",29);
it should work from there…