_visible question
_visible question
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- enjine0
var mc = this;//put the mc you want to hide all children mcs here
for(var prop in mc){
if(typeof(mc[prop]) == "movieclip"){
mc[prop]._visible = 0;
}
}
var mc = this;//put the mc you want to hide all children mcs here
for(var prop in mc){
if(typeof(mc[prop]) == "movieclip"){
mc[prop]._visible = 0;
}
}