Thanks Dave-
I like the _expression_, but I think it still triggers movements with 1 frame durations (only not as many). I guess what I didn't explain very well the first time is that I'm looking for a way to trigger a movement less often (say five per sec.) with longer durations than one frame (in this case six frame durations).
The _expression_ I have now, triggers a new random movement every frame (it looks like your variation triggers a one frame movement eight out of ten times?). It seems as though there should be a way to do it, but maybe not. Thanks again.
On 8/10/05, David Rowe <drowe@ctv.ca> wrote:
One mod, I should have made to the _expression_ is in the second rand, the seed should read –50 , not 1 so the proper _expression_ should read:
Var MOVEMENT = RAND(1,1,10);
Cond(MOVEMENT>8,RAND(-50,-50,50),0)