I’ve just been working on a splash page/main menu for my game, and when tracing a value in the function fired when added to stage, I noticed it was tracing twice.
After a process of elimination I found it was caused by some text inside a movieclip in the library.
This is literally my first time using MovieClips in AS3, as I generally just render everything manually, but I used one to knock up some quick text.
Moral of the story? Do everything manually
Has anyone encountered the same thing?
When converting the text to vector graphics, the problem disappeared. Still the same MC being created and added, yet no problem. It was caused by the text.
Doing away with MC’s completely, embedding the required font and just using manual TextFields is my solution.
Tested on 2 different FP10 builds by the way, same behaviour on both.