hi,
so i am new to arrays and i can't wrap my head around them because apparently i am to dumb or something.
either way, what i want is simple, but perhaps i am thinking too complicated.
i want an array that assigns three random, non repeating numbers to seven rows. i got it to work so that each of the seven gets ONE number, but i fail at giving them three numbers.
the idea is it to set up a cluedo style clue sheet. if you ever played cluedo you know what i mean. six players plus one murder get a set of cards each from a pool of 21 cards, so thats three cards per player plus three murder cards. and then you have to cross reference to find out what the murder cards are.
i am not trying to make a cluedo game, i am just trying to get the engine to assign the random cards, in this case numbers, to the seven card holders.
here is the capx of my test:
dropbox.com/s/k6cxl60gzcnmpxl/test2.capx
if you could help me in any way, shape or form to get this to dowhat i want, that would be great^^