Hi guys,
Just having a little problem here. Probably because I just think wrong again in as3. Here’s the point:
I made a document class called main. In this document class I create 2 Movieclips and add them to the stage,
by simply using addChild(). Here’s the point. Those two movieclips can’t reach each other.
If I do trace(ground) in the main it works, but copying the same line into the player class doesn’t work.
They should be on the same “layer” right, not inside an other MovieClip (or root).
What does the addChild in the document class do exactly? On which layer are the MovieClips put?
Thanks in advance,
Positron