Hey there,

I converted my flash project to AIR to remove the background, but now when I go into fullscreen mode, the moviecips that are placed by code are displayed outside of the screen (probably, since they are there when it's not set to fullscreen).
Also I had a mouseclick eventlistener on the stage before, it doesn't work anymore if you don't click directly on one of the clips. Same goes for mouseX and mouseY, they only report on the visible clip but not on the invisible background.

Everything works just fine if I set the window mode back to standard. What does the transparent mode change so that these things won't work?

And how can I fix it?

thanks for helping