*/
Pong Game
Submitted By:
amrhsn
Rating:
Not rated (
Rate It)
The famous bong game in visual basic. 100 line code, can you beat that??
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our
submissions area.
Screenshot
Details
Comments (1)
Modification
Posted by: Amro Hasan on Wednesday, December 12, 2007
Please modify the code on Line 96,97,106,107 by adding +5 to the equation. The lines should look like this:
If st2 = 1 Then div = div - (div / 2) + 5
If st2 = 2 Then div = div + (div / 2) + 5
If st2 = 1 Then div = div + (div / 2) + 5
If st2 = 2 Then div = div - (div / 2) + 5
This will improve the bouncing emulation.
Add Your Rating