Hello,
Firstly I must say that I just love Array Maker, I simply could not create my latest game project without it!
Now, i'm using the "Array List Shuffle" action to randomize items of my array which works great. Although I would love to have an action that lets me shuffles a specific range within an array.
For example; if I have an array containing 20 items, I would like to be able to shuffle the first 5 items, leaving the rest of the items in their original order.
I can currently do this in a very convoluted way (I create a new array, fill it with the first five items of the original array, shuffle the new array then replace the first five items of the original array with the new shuffled array).
It would be far easier if someone (*cough* Jean *cough*) could create one single action to remove the need of a convoluted loop of states :-)
Thanks!
Simon