VB Scoring System

Submitted by liftupthefallen on
I'm creating a pacman game for my computer science class as an assignment, but my teacher has not taught us a lot of the things i need to know about writing code to do most of the things i would like to in this game. I need to make a scoring system where everytime pacman eats a dot, 50 points is added to his score. i have all of the dots as circles in a control array. Any help you could offer would be greatly appreciated!