I have encountered a strange condition which produces bad performance with our DisplayObject
s.
Here is the situation:
We use Stage3D and direct mode for our 3D Flash Web Gaming Project.
We use CS6 to build our GUIs for this project. In (and only in) Internet Explorer, the performance becomes bad when the screen is switched from Flash Fullscreen Mode (not browser full screen) to Normal Screen Mode.
Our Main Game GUI, which is a
DisplayObject
, has many children.
After several tests, I finally found that the performance does not get bad when the property mouseChildren
of Main Game GUI is false or without "direct mode".
Given that this situation only happens in Internet Explorer with FlashPlayer's direct mode, is there any way for me to revise my code?