Click to See Complete Forum and Search --> : Need a little help...


bluenblnde
December 2nd, 2004, 11:51 PM
I am designing a mineField game. This is a 5X5 array. The way its supposed to work is the user can pick a numbers from the first row, then jump to the second row and move only left or right but cannot go back. If you understand this and can help. I welcome all suggestions..
thanks

Andy Tacker
December 3rd, 2004, 02:50 AM
You can implement a Flag m/b Boolean to know whether the user been there already. and using the keydown/Mousedown, ignore that cell

bluenblnde
December 3rd, 2004, 07:16 AM
Since I am new to this would you have any examples of how to use that code in vb.net?