-
Randomised end point
I have had a look for an answer, but couldn’t find something that did what I am after.
I have approximately 100 layers, all of which I need to animate flying towards the screen and ‘past’ the viewer.
Im doing this by increasing the scale from %0 and changing the x and y coordinates.
I need to put together and expression that randomises the end point of each layer’s movement by changing the x and y value to a number within certain parameters.
The start point is the same for every layer.
Any suggestions as to the best way to do this?
Everything I have tried has changed the start point as well as the end point.