Total newbie question . . .
Ok, I’m using loadMovie to pull in already created .swf files, but I want them to display underneath a layer that has a sort of “screen glare” effect. The layer that creates the empty movie clip is physically below the screen layer, with this script:
this.createEmptyMovieClip("flashecom_movie",3)
But it keeps displaying the movies on top of everything. Know I’m missing something simple, but don’t know what . . .