IceBreaker

Any help regarding any computer based programming language (non serverside) can be requested and recieved here.
Locked
breeze
Posts: 340
Joined: Sat Mar 18, 2006 4:49 am

IceBreaker

Post by breeze »

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:

Code: Select all

Form_Load
Level = Level + 1
To this:

Code: Select all

Level = Level + 1
Form_Load
What do you think?


This is a message, a message from the all-mighty (me): You shall go here, you shall not complain: Breeze's Corner.
rwshthn
Posts: 500
Joined: Tue Sep 26, 2006 1:39 am
Contact:

ok

Post by rwshthn »

that you for i dont know wht is this
Locked