![]() |
|
#5
|
|||
|
|||
also, can I have an object that inherits from both an event class and a node? that is, i want something that both has a visual representation and controls its own animations. To do so would I call
class ObjectWithEvent(viz.EventClass,viz.VizNode) or would I subclass the node first also, how would I initialize such an object (if it doesn't conflict with itself) |
|
|