I am working on a project "Pacman Game" and I almost did everything except of.
How can I check that the food number is zero?
The food is a picture box.
Thank you.
Printable View
I am working on a project "Pacman Game" and I almost did everything except of.
How can I check that the food number is zero?
The food is a picture box.
Thank you.
vb Code:
this.controls.contains(PicboxFood);
Damn