|
|
Title | Make an animated lottery number generator |
Description | This example shows how to make an animated lottery number generator in Visual Basic 6. The program displays balls falling down into a read out area and showing their numbers. |
Keywords | lotto, random number, animation |
Categories | Algorithms, Miscellany, Multimedia |
|
|
Thanks to Greg Doran.
The program displays balls falling down into a read out area and showing their numbers. It uses Shape controls to represent the balls and Line controls to perform some line drawing. It's quite an elaborate animation!
See the code for details.
|
|
|
|
|
|