I have a number of cards in the List ‘hand’. Each turn another card gets added which works perfectly. Now I’m trying to, when you play a card, that card accesses the List to shift all other cards’ transforms to fill the gap. But only the numbers in the List that are above that card’s number.
So my question is actually, is there a built-in variable that gives the number/rank of the current element?