PDA

View Full Version : [how2] set a movieclip in _level0



sWo0p
February 18th, 2003, 01:53 PM
I have a menu that is run bij action script now i need to put movieclip ontop of everyting.. how does this work??

they sat you need to creat a new movieclip with an action and something with _level 0 ????



:whistle: :+) :hair: :cyclops:

senocular
February 18th, 2003, 02:03 PM
who said wha?


what you can use is MovieClip.swapDepths(number). If your movieclip is named MyClip you would say

myClip.swapDepths(100);

or whatever number puts it over your menu. If you placed the menu on the screen yourself, using 1 instead of 100 would do just fine as well... though it depends on what you are talking about and where

sWo0p
February 18th, 2003, 02:55 PM
Well i tryed alot of diferent way to inplant this code you gave me but it just does'nt work :(

reverendflash
February 18th, 2003, 03:20 PM
_level0 is the base level.

simply load your movie in a level above 0 (such as 10)...

Revhttp://www.aulman.com/rev.gif

sWo0p
February 19th, 2003, 03:42 AM
weell what ever i try it just does'nt work..... is it any trouble if a paste met FLA under a reply so somecan show me how?

reverendflash
February 19th, 2003, 03:51 AM
there are several tutorials on this...

just do a search, and your code will be explained there.

Revhttp://www.aulman.com/rev.gif