-
Random speed of objects
Hi I’ve searched but can’t seem to find a solution so I hope this isn’t redundant.
I’m trying to do something really simple. I Just want to have objects move at random speeds in a straight line across the screen (x position).
I program in Lingo (director) and it is very easy, I would just use something like this attached to each object:
speed=random(50,100)
sprite(5).locH = sprite(5).locH + speedThats a very basic example of course. I just am wondering how to do the same thing in AE using expressions.
IDeas?