Inserting images, Controlling random positions

Hey, I think it is an easy fix but somehow I can´t find the solution.
I created a little patch where I can insert images from a folder one after the other. Their position is created randomly. Now I want to control their position again. But each image should receive a random position separatly. Atm I´m achieving to control only the position of all images as a group together.

Thanks for any help, I appreciate if someone has the time to look over it :)

ImageInsertingRandomPosition.zip (2.9 MB)

the random spread is good but connect it to the loop. use the seed pin to do the randomness.

1 Like

Oh wow, thank you!! I actually found a work around, which works fine when you only have 5 images in the folder but considering it should work with dozens, this is the solution I was looking for :)

1 Like