Hi Guys,
I've posted before about this problem but having some trouble with a whack a mole game i'm creating using sprites which pop up into windows.
The way i've created it is shown below in the construct 2 code.
I understand using arrays is going to be the way to do this but i am struggling to get my head around how to use them in this way.
I will outline exactly what i am trying to achieve.
-I want 16 different sprites
-The 16 sprites pop up into 9 different windows
-I want the sprites to appear every 0.7 seconds with a MAXIMUM of 3 sprites at once
-I do not want the same sprite to duplicate itself (for example if the sprite is already up i do not want the same sprite twice)
-The sprites which appear every 0.7 is randomly selected from the 16 sprites.
- I want the sprites to pop up into the window and not just appear
I have attached the CAPX file which i hope with give some clarity on what i am doing.
Thanks so much guys, i've received some brilliant help so far here.