Ok so i am going a whack a mole game.
What method i did was that i used a picture box (I couldn’t use the button) to display a mole on the screen. So when the timer starts the picMole.visible= true and when clicked score is changed mole becomes invisible and new position is generated for the mole.
What I want to do now is to make number of moles appearing at the same time to correspond to the level number so if level = 2 then 2 moles could appear at the same time.
How do I do this? I am incredibly stuck, i tried to use the control array and I got totally stuck :(
Please help!!