On 2005-06-13, at 17:42, Pierre-Olivier Latour wrote:
A basic question - what's the easiest/best way to move an object
smoothly around the screen in a random fashion? I've tried
iterators and LFOs to generate x and y positions, but the
movements seem to be predictable.
Use the Random patch
Thanks - I've started investigating this.
One thing I notice is that if I have two Random patches driving X
position and Y position inputs, the object always moves diagonally.
Now I understand why - each Random patch produces the same number, so
x and y were always equal! I think I was expecting each Random patch
to give a different number...
I also need to work out Dave's idea for slowing Random's output down.