Re: [Tutor] affecting all classes if one class is affected by an event - pygame

2007-11-16 Thread Marc Tompkins
Thus spake ted b: I am trying to figure out how to make a class instance respond the same way > as another class instance if the other is affected by some event. I have > been playing around with inheritance, and have tried other stuff, but i am > somewhat of a newbie and I have been having diffic

Re: [Tutor] affecting all classes if one class is affected by an event - pygame

2007-11-16 Thread Kent Johnson
ted b wrote: > I am trying to figure out how to make a class instance > respond the same way as another class instance if the > other is affected by some event. I have been playing > around with inheritance, and have tried other stuff, > but i am somewhat of a newbie and I have been having > diffic

[Tutor] affecting all classes if one class is affected by an event - pygame

2007-11-16 Thread ted b
I am trying to figure out how to make a class instance respond the same way as another class instance if the other is affected by some event. I have been playing around with inheritance, and have tried other stuff, but i am somewhat of a newbie and I have been having difficulty (but you guys, parti