Very Simple Little Beginners Question
Hi. If I have two files about a game, a main flash file and a monster class "class" file, can I have the monster class code interact with the main flash file's properties by way of typeing in the line.
(this.parent as MainFileClass).characterHP -= 10
or
attackProcess((this.parent as MainFileClass.character),
the way I would the opposite direction using (enemyMonsterBox[0] as Monster).monsterType= "ice".
