Hello,
I would like to know how to create a random image array in vertical position?
Ex:
Figure 1 ----------> Figure 2
Figure 2 ----------> Figure 3
Figure 3 ----------> Figure 1
Thanks
Develop games in your browser. Powerful, performant & highly capable.
Could you elaborate on that? I'm not sure I got what you're trying to achieve... Sorry.
I will try explain... in a array [3][1] i would like random images without repeat.
Random images in this positions:
So... You want the images in an array to be displayed in a random order, right?
When you draw the screen, pick the array item randomly and pop it out of the array, so, each one is shown only once.
Cheers!
This is a horizontal example. But you can place pictures anywhere.
https://downloads.construct.net/uploads/120/5122/088103eb-9171-42d5-b419-7e85c9b84b68/random_pictures.capx
Online version
https://www.construct.net/en/free-online-games/random-pictures-experiment-5122/play
Thank you guys!