Dave,
Thanks CC Cylinder did the trick It actually works really well. the only issue I have now is the bouncing LED’s are bouncing to fast. I need some way to slow it down. the LED’s change every frame I would love to see if I could slow that process down. Any ideas?
the formula I am using is on a text layer and it is very simple.
alphabet=”DEFGHIJ”;
alphabet[Math.floor(random(alphabet.length-1))];
this is in a precomp that I then duplicate several times and time remapped so they all start at a different point.