Drawing objects in different classes
in
Programming Questions
•
2 years ago
I am trying to make an interactive animation test for a project i am working on. I want to be able to have a character object which is defined in its own class. i want to be able to control that character with the keyboard. i know how to handle all of the event handling and the background stuff but im having trouble drawing the class. my question is "how do i draw the character when i create it and then redraw it when an event is triggered?
1