You can use a "for" loop to fill an array
Thank you for the reply but as the numbers are not sequential I think that is impossible to do.
Using for it will fill with a fixed variable that increments each loop time.
Look what I have to do to fill:
I'm populating 2 arrays, my project is an infinity jump game, so, each platform have different sizes and forms, sometimes you can't have the same platform or a platform with the same "design".
The first array is just to know which platforms can be created after the current one, it is random from this array in the column which the current platform is. It is working good.
The second one is just to know the space between the current and the new one and is also working good.
I'm just trying to find an easy way to do it.
I have about 15 platforms...
This image is just for one.