VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Space Defender 2 bug fix

by Fabio Calvi (14 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 18th November 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Space Defender 2 bug fix

Rate Space Defender 2 bug fix



I had upload in 11/16/2000.
I am very, very sorry!
You have to change the function:

Public Sub UpdateHealth()
  Form1.bar(Health).Visible = False
End Sub

of the Miscellaneous Module with:

Public Sub UpdateHealth()
  If Health >= 0 Then Form1.bar(Health).Visible = False
End Sub

otherwise when you lost all the shield the program occurs an error.

Thank you for your patience, Fabio.


Download this snippet    Add to My Saved Code

Space Defender 2 bug fix Comments

No comments have been posted about Space Defender 2 bug fix. Why not be the first to post a comment about Space Defender 2 bug fix.

Post your comment

Subject:
Message:
0/1000 characters