-
Loop Random Velocity
Hi,
I need to loop an object moving from top to bottom of the screen at random speeds/velocity.
Let me explain further what I mean. I have two keyframes for an object’s y value. It starts on the top of the screen and ends at the bottom of the screen. Pretty simple. I then added a loopOut(“cycle”) expression so the object continually loops, moving from the top of the screen to the bottom, over and over. Perfect…
Now what I need is for the object’s velocity or speed to randomly change each time it loops. Basically I want the time it takes the object to reach the bottom of the screen to be different every time it loops.
How can I do this using expressions? Thanks!