i have a little problem with a project ;it's a ludo game.i am almost through with it,the problem i have is to simulate the throwing of the die,as in making it roll.i am not well vast in game coding, just a kid.can you help ?
Printable View
i have a little problem with a project ;it's a ludo game.i am almost through with it,the problem i have is to simulate the throwing of the die,as in making it roll.i am not well vast in game coding, just a kid.can you help ?
VB Code:
Randomize Timer DieVal = Int(Rnd * 6)+1 'DieVal now contains a simulated die throw result