http://www.vbforums.com/
this is my game Missile Command made in vb, check it out at planet-source-code and please provide some feedback
missile command on planet-source-code
http://www.vbforums.com/
this is my game Missile Command made in vb, check it out at planet-source-code and please provide some feedback
missile command on planet-source-code
Looks ok. Not keen on it locking the mouse between missions though.
I get an error on the second mission - invalid property value.
line: ProTRemaining.Width (722) = ShapeMaxWidth (14535) - ((GameTime (20)- Int(LblTRemain.Caption)) (0.9) * ShapeMinus (727)) ' the indicator will show how much time in a bar
The numbers in bold are their current values.
PS - the game doesn't restore the screen res or my mouse cursor when it crashes. I got told off when Sentience did that... ;)
Also, whatever method you're using to resize the desktop has cacked all my shortcuts up and it refuses to play ball...
yeah, i fixed the bug on level 2, you can skip level 2 easily by checking off skip intro at the new game window
anyways, do you know a way to read where the current mouse cursor is located? cos i can't find that piece of code, that's why i can't restore the original cursor for the user.
never mind, i'll read the mouse cursor path off the registry
for the current cursor position, you could use the GetCursorPos API call. Check the API viewer add-in for details.
no, you misunderstood my first question. i want to get the directory of the current mouse cursor. anyways, i've updated the game and all i have to do is upload. it'll be up soon