I want to do a effect like the switching windows from Win 7 [Win]+[Tab] keys pressed.
I created two “windows” (movie clips) and when I click on the 1st it displays on top of the other, but the problem is when I click on the 2nd I can see the 1st one displayed in it. Is there any way that i put a movie clip on top of the other.
Thanks
If you’re using AS2, you can use the MovieClip.swapDepths() method to move one clip in front of the other. The clips will need some solid fill, though, otherwise you’ll see right through them!
For example: