[WillB_82] “-the objects in the scene to start moving at the start (0sec) of the comp at a random speed in either -x or +x.
-the speed to only be random up to a maximum value (so they move nice and slowly)
-I don’t want them to change direction or speed at all, just move at a constant speed in a constant direction the whole clip (1:20) once they’ve ‘decided’ which way and how fast to go.”
Hehe, I think a simple
w = wiggle (1, 200) //first value is frequency, second value is amplitude
[w[0], value[1]]
won’t help you much.