IceBreaker
Posted: Fri Sep 22, 2006 12:44 pm
I study IPT at school, and recently we were given an assignment to make a simple game. I came up with IceBreaker, which is still in the Beta stages. It was made in Visual Basic, and is rather primative. You can download it here:
http://www.breezescorner.com/downloads.html
I'm having problems with the label displaying the level at the moment, and I cant find the problem. If anyone could help me smooth this out i could send you the source codes.
edit: I smoothed out the label error - turns out I had to change this:
To this:
What do you think?
http://www.breezescorner.com/downloads.html
I'm having problems with the label displaying the level at the moment, and I cant find the problem. If anyone could help me smooth this out i could send you the source codes.
edit: I smoothed out the label error - turns out I had to change this:
Code: Select all
Form_Load
Level = Level + 1
Code: Select all
Level = Level + 1
Form_Load