|
-
Jun 8th, 2002, 08:45 AM
#1
Thread Starter
Junior Member
simulate die cast
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 ?
-
Jun 8th, 2002, 09:28 AM
#2
Not NoteMe
VB Code:
Randomize Timer
DieVal = Int(Rnd * 6)+1
'DieVal now contains a simulated die throw result
Quotes:
"I am getting better then you guys.." NoteMe, on his leet english skills.
"And I am going to meat her again later on tonight." NoteMe
"I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
"my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
Have I helped you? Please Rate my posts. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|