I've loaded a movie clip onto _level1, which covers up everything on _level0. I need to put a stop button on top of _level1 (_level2, for example), but I can't find any ActionScript to do this.
Is there a way to accomplish this?
Printable View
I've loaded a movie clip onto _level1, which covers up everything on _level0. I need to put a stop button on top of _level1 (_level2, for example), but I can't find any ActionScript to do this.
Is there a way to accomplish this?
Look into swapDepths()
http://www.adobe.com/livedocs/flash/...html#wp4000371
K.
I'm not trying to swap depths, though. If anything, I'm trying to swap levels. No matter what depth a clip is on in _level0, it's still going to be under _level1. How do I get it above _level1?
Not exactly sure I get what you're trying to do...but you can swap levels with swapDepths, the same as you can with movieclips...
K.