A1VBCode Forums

vb.Net


http://www.a1vbcode.com/vbforums/Topic31962.aspx

By Aathi - 5/11/2013





I am trying to develop a simple game using picture boxes



For example, if you have 3 different picture boxes each containing a unique picture When a form loads, one box is visible while other two are invisible The player has to click on the visible picture box before it becomes invisible (time is specified for the box to stay visible)



Example: box 1 stays visible for 5 seconds , if the box is not clicked during the 5 seconds box 1 become invisible , and another random box will become visible. Of course , if the user click on the picture successfully his score is updated Different levels can be made by making the time shorter



The code would probably be one single code placed at the form load Any help? Thanks