I am currently working on a mobile game where I am trying t to randomize how the objects come down. There are 5 rows and I have about 20ish objects that i want to randomize.
These objects fall from the top to bottom of the screen.
My issue is i have the items randomized to location x(50)y(-1), x(140)y(-1), so on and time 1.2 sec, 1.4 sec, so on, what is happening is i currently have 4 different objects but it would be the same object in each row at each second interval.
I want it where at any given time its a random object in each row.
Please see attachments (sorry it was through paint so not perfectly lined up, but you get the idea)
This may sound confusing im not sure how to properly explain this.