View Single Post
  #5  
Old 02-12-2005, 06:51 PM
vadrian vadrian is offline
Member
 
Join Date: Sep 2004
Posts: 32
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)
Reply With Quote