So I am buildign a child learning game, count the X animal select the number. But what I am lookign to do is to have say four rows of "count the X animal, select the number" so the issue is, I have 9 objects/sprites, 1 for each number png and I want to have four rows all which corrispond to a different animal, see below.
Example:
How many Sheep are there? 1 2 3 4 5 6 7 8 9
How man Cows are there? 1 2 3 4 5 6 7 8 9
How many Ducks are there? 1 2 3 4 5 6 7 8 9
so if I have one object/sprite for Number 1 how can I tell if they child clicked on #1 in row 1 or 2 or 3? Families sound like a possibility, but not sure.
I do have a function where on click of a number params are passed to determine what number what pressed, but cant do that if I dont have multiple objects/sprites. And I know I can just clone 1-9 but I rather not have 28 images when I only need 9.
Help Please!
Brett