Hi all,
I have some classes (hero, enemy, floating platform) that share variables (i.e. speed, life, image_directory) how do I go about creating a class where they can share the variables and some specific methods (moveLeft, moveRight) without creating a class under Actor. Not really sure if its possible.
Hope that makes sense?

