.
.
Maybe you have a card game and you want to position the cards in exact locations
around the layout, but of course, in random order.
There are several ways to do this,
but the easiest way by far is what @ramones suggested on the forum.
Thank you @ramones
The sprite in the capx has multiple (4) animation frames,
so I asked ramones,
'What if you have separate sprites and no animation frames?",
he said,
Same thing, just swap Sprite for Family.
So easy.
Again many thanks to @ramones