Hi, i've only started using vb so bear with me. I have to make a snakes and ladders type game for one of my classess. The best way I saw fit to do this was use around 100 different image boxs and use a counter. A dice would generate a random number and I wanted this to corollate with the number of squares an image moved. However, i'm having trouble with this bit. Is it possible to get something like this?
Where the board variable is tells the program which square to colour in? I know the above code is wrong, but is there anything like it that would work?Code:Square("Board").Picture = LoadPicture(...)
If you have an alternate methods, or idea's they'd be welcome![]()
Cheers, James




Reply With Quote