For starters, could somebody shed light on doing the import? How it works & what it exactly does?
Secondly, I thought I could have my "characterManager.bmx" class and my "character.bmx" class and use "characterManager from character.bmx" and also use "character from characterManager" (for example "local character:TCharacter") but for some reason I cannot do this.
If I have a line "import 'character.bmx'" in my characterManager.bmx and if I have a line "import 'characterManager.bmx'" in my character.bmx things won't work.
Any n00b help on this?
Secondly, I thought I could have my "characterManager.bmx" class and my "character.bmx" class and use "characterManager from character.bmx" and also use "character from characterManager" (for example "local character:TCharacter") but for some reason I cannot do this.
If I have a line "import 'character.bmx'" in my characterManager.bmx and if I have a line "import 'characterManager.bmx'" in my character.bmx things won't work.
Any n00b help on this?