Hello everyone,
I have a loaded movieClip on _level1.
In that movieClip on the main timeline I have
a for loop that enables 20 movieClips
on _level0.
I want to lower the quality of the 20 movieClips
but everything on _level0 is affected with this.
for(x=0;x<=20;x++)
{
_level0[“lumiere”+x]._highquality = 0;
_level0[“lumiere”+x].gotoAndPlay(“on”);
}
Any ideas? :h:
Thank!
neuhaus3000