I have a strange bug with my Away3D project: I have a sprite with graphics in front of the sprite containing my Away3D sprite. For some reason, those graphics do not disappear. For example - if I have a button, and I set its visible property to false, a ghosted version of it persists. I have this issue with textfields, sprite and bitmaps. I have a workaround too. I just hide the images until well after Away3D is done initializing. But I'd like to know what's going on so I can actually prevent the problem instead of making this weird workaround. Anybody have an idea?
