Shuffling the List of Objects would randomize the list in an ordered
way.
I don't want to pick a random object every time. I want to pick a
random object, then pick different random object. When I run out of
random objects, then I would rollover back to the first one i picked.
In a deck of cards, this would be analogous to shuffling the deck,
then drawing a card from the top then placing it back on the bottom
and repeating this process.
I can't tell you WHY I would want to do this, but that is the purpose
^_^
The only way I can think of to do this is to get the OREFs of all the
objects, and place them in some random order into an array. This way
is ugly, and I don't want to write obfuscated code if there is a
better way. I'm an ObjectScript n00b so I thought someone here might
know of a better way. Best not to reinvent the wheel.
Thanks!
Knives