-
Single random number on x axis
Hi all.
i have hit a dead end and need your help.
i am trying to place objects on a the x axis
i want each objects position to be a little to the right of the one to the left of it.
I have been using this expession
thisComp.layer(index-1).transform.xPosition+50
so each object is 50 pixels on from its neighbour. I like to use this expression as it allow my to change the order of the objects with out having to alter position information.
Right but i would like to add some variation into it. rather than adding 50 I would like to add a value of between 20 and 50. And i can t for the life of my figure it out. Any help very much appreciated
Thanks