usando semplicemente :
_root.fill1._visible = 0;
e poi
if (perc>=10) {
_root.fill1._visible = 1;
}

non funziona ?