Hi, I'm making a 'whack-a-mole' type game for the kids and although I haven't started any of the 'programming' yet I'm a bit puzzled on the best way to time how long a mole has been up, out of the ground.
As you know a random mole is picked and pushed out of the ground. Depending on the level there may be more moles pushed up while that one is up. Each mole will stay up for a period of time before dropping back into the ground.
Can anyone recommend a way to keep track of how long each mole has been up? Setting up a timer for each seems to be a long way of doing things, although it would work (I think). Any advice or ideas are appreciated.
Thanks in advance.