1 Attachment(s)
VB6: Range - By FlamingFox [Exe + Source]
Hello,
This is my first game in vb6. I fairly new to vb so suggestions and corrections will be appreciated.
_________________________
Game Description
Just a shooting range, doesn't take much skill.
My high score is 110 :blush:
__________________________
It's nothing spectacular, so don't get your hopes up.
Please post your thoughts.
Thanks,
The FlamingFox
Re: VB6: Range - By FlamingFox [Exe + Source]
Nice game =) I got 115. Only problem I noticed was sometimes the shooting didn't register (yea i still had bullets)
But other than that, good :)
Re: VB6: Range - By FlamingFox [Exe + Source]
Good game, great fun to play on a laptop with a touchpad :):lol: . I am impressed by the collision detection.
I managed to get an awesome score of 50!
Re: VB6: Range - By FlamingFox [Exe + Source]
*Update*
Fixed a problem, mentioned by Fromethius, when shooting bullets.
Thanks for the support and comments guys!
Re: VB6: Range - By FlamingFox [Exe + Source]
i have one question, How do people get the little close box?
Re: VB6: Range - By FlamingFox [Exe + Source]
I have no problem clicking on it. Do you mean the button to exit the program?
Re: VB6: Range - By FlamingFox [Exe + Source]
When i make my programs i have a normal X in the upper right he has a small one
Re: VB6: Range - By FlamingFox [Exe + Source]
Well thats because I set the BorderStyle to "4 - FixedToolWindow"
Re: VB6: Range - By FlamingFox [Exe + Source]
ok thx, and how do you play the wav file?
Re: VB6: Range - By FlamingFox [Exe + Source]
check out the code. I used Playsound api. Check out this link
http://www.a1vbcode.com/snippet-179.asp
Re: VB6: Range - By FlamingFox [Exe + Source]
I really like this game. The only problem is eveytime i take a shot my mouse cursor appears off the game and in the top left hand cornerish part of my screen. Could just be me mind you.
Well Done:D
Re: VB6: Range - By FlamingFox [Exe + Source]
It's actually meant to do that. It makes the game more difficult :D
Thanks for your positive comments!
Re: VB6: Range - By FlamingFox [Exe + Source]
If you want to make it really interesting, add moving targets :)
Re: VB6: Range - By FlamingFox [Exe + Source]
I tried that but it flickers to much when I move them.
1 Attachment(s)
Re: VB6: Range - By FlamingFox [Exe + Source]
Ok, I added Moving Targets!
To Close the game right click on the program in the toolbar and hit close.
Hope you enjoy the New Challenge.
Please Post Comments
P.S
Its best played if you have no other apps in the back of my Game.
FlamingFox
Re: VB6: Range - By FlamingFox [Exe + Source]
i got 100. it is possible to move your window.
Re: VB6: Range - By FlamingFox [Exe + Source]
Nice game. One suggestion though. Rather than always move the cursor to the top left of screen, why not make it randomly appear somewhere on the screen?
Re: VB6: Range - By FlamingFox [Exe + Source]
Resurrecting my old project here :)
I've add some cool updates:
Machine gun with burst ability. Tap the "X" to toggle burst.
Change the Range type to person target. Like police target.
Added accuracy count.
Added Recoil.
Check it out and give me some feedback.
Here is the link:
http://www.mediafire.com/download.php?m2ly2njt2ko
Re: VB6: Range - By FlamingFox [Exe + Source]
Woo, I got 130!
BTW: Nice fun little game.