I have a swf called scene0 which loads a swf called scene1 when a button is clicked. Scene1 just has some static text on it. My problem is that I can see scene0 through scene1, where what I want is for scene1 to cover scene0 so that it’s hidden.
I’ve tried changing the stage colour on scene1, thinking that the default white might be interpreted as transparent, but that didn’t work; and I tried drawing a coloured rectangle covering the whole stage of scene1, but that didn’t work either. For some reason the rectangle is… invisible. Or something.
If someone could please give me a clue?