bignerdmatt
Newcomer
Im currently making an assignment for a class. We could make any program using VB.NET, so I chose a game. My theme is similar to "Whack-A-Mole" but Im calling it "Slap the Dell Guy".
So far I have my form Set up as a single window. The top is a picture box with a simple custom graphic title I made. Below it is a start button and a rules button. The rules button simply displays a messagebox giving a quick rundown of the game. The start button begins it.
Below the two buttons I have 6 picturebox'es arranged in a 2x3 column.
What Id like to do with the game is have the 6 boxes randomly appear one at a time for 2 seconds over a period of thirty seconds. If the user clicks on one before its 2 seconds is up, they recieve a point. If not, the picture simply re-generates randomly.
My problem is Im not so sure where To start. After reading some, it seems I should set all the picturebox'es to invisisble, and have them randomly become visible and then track if the user clicks them.
Im not asking for my project to be done for me, I just need some guidance. This is an "Intro to VB.Net" class, and to be honest Im not the best at it. Im horrible with terminology. Thank you in advance
So far I have my form Set up as a single window. The top is a picture box with a simple custom graphic title I made. Below it is a start button and a rules button. The rules button simply displays a messagebox giving a quick rundown of the game. The start button begins it.
Below the two buttons I have 6 picturebox'es arranged in a 2x3 column.
What Id like to do with the game is have the 6 boxes randomly appear one at a time for 2 seconds over a period of thirty seconds. If the user clicks on one before its 2 seconds is up, they recieve a point. If not, the picture simply re-generates randomly.
My problem is Im not so sure where To start. After reading some, it seems I should set all the picturebox'es to invisisble, and have them randomly become visible and then track if the user clicks them.
Im not asking for my project to be done for me, I just need some guidance. This is an "Intro to VB.Net" class, and to be honest Im not the best at it. Im horrible with terminology. Thank you in advance