Update-
With the animation frame method as posted above, I was able to give each block a value by adding a new global variable (BlockValue) to the game. Then, on each creation of a block, I set the BlockValue to Block.AnimationFrame + 1.
Still unsure if it will do everything I need, but it is a start and I will keep messing around.
Eli