is there a way to set global properties that all objects can read?
if you dont understand my question i could expand more.
is there a way to set global properties that all objects can read?
if you dont understand my question i could expand more.
Use python game logic properties.
GameLogic.propname = whatever
Call this prop with
whatever = GameLogic.propname
MagicMan; love your site. I think you will soon have a place to direct all beginners to get their feet wet. I wish I knew about it when I first started.