how to invoke a new class/object
hey all,
This is a follow-up to a previous thread. I am trying to make aa simple game (and in the process learn java) and I'm wondering how to "invoke" a new object. For example, I create an object (an image on the screen) using public class, and within that class I have the mouse events etc (I assume its the same way as in the "main" class), but how do I have it where when I click ONLY on that image, there is some sort of action, like a Label or something. Forgive me it I am not using the proper terminology, but I am getting frustrated and am using various tutorials to help me.
Thanx

