hello,
i got serious problems with my code. it was an old version of a game (written ins as2).
i needed it in as3 and reprogrammed everything. but still i got problems with addChild and addEventListener functions.
like this:
titleScreen = parentTL.addChild(new FTitleScreen());
titleScreen.addEventListener("EventCloseTitleScreen", EventCloseTitleScreen);
scoreboard = parentTL.addChild(new FScoreBoard());
textIntro.addEventListener("EventTextIntroComplete", this);
this.addEventListener("Display", textIntro);
this.removeEventListener("Display", textIntro);
should be something simple, what i dont know …
can anybody rescue me???