I currently have a world with all 26 letters in it. When i press that key on the keyboard the key changed to a "down" position(color). at the bottom of the screen there is a message that is supposed to change when all of the letters are pressed. The three classes are message, recorder and letter. I am currently trying to get the method keyPressed(string) from the recorder class to the letter class so that when i press the key on the keyboard the recorder records it. I currently have _recorder.keyPressed("S2"); in the act method of the letter class but am getting this run time error. Can someone help me out?
thanks