I’d like to be able to have objects in a box2d environment react on a mouseover. I’m trying to do this using multiple inheritance but it doesn’t seem to be working - I create a “wordObject” class and have it inherit ofxBox2d and ofxMSAInteractiveObject. Has anybody done this in the way that I’m trying or in a different way?
Thanks
Jay