-
Dots – Grid Transition
I need to create a grid-like layer of slightly random dots which cross the screen in a transition. I realize this is quite simple, but I’m having trouble manipulating the dots properly with particular, and think an expression could really make it easier.
Ideally, I would like the dots to appear from left to right by adding the dots (rather than using keyframes to actually move them). The result is, a bunch of dots being added from left to right (not moving) covering the screen for a moment before disappearing screen-right.
The problem with particular is that, while the grid dots can be randomized well, the perimeter of the grid is pretty much fixed. I haven’t been able to, say, extend any of the rows of dots out ahead of the rest (like fingers on a hand of grid dots).
I can solve that by breaking the grid down into single rows and duplicating those screen-crossing rows into the “broken” grid I’m looking to create, but then I can’t get the right randomness on the back end of the dot trail.is anyone familiar with an expression i can tweak for this?
~Raf

