I am attempting to make a gems type game in 2D.Is there any way of storing the various colours of the gems in an array so that I can make a panel using the pan_create command.
psuedo code pan_create(array[n],5);
This is so I could generate a random number and make a panel with a colour based on this number.
Hope you can help.