# A question about levels

**URL:** https://forum.kirupa.com/t/a-question-about-levels/32999
**Category:** Uncategorized
**Created:** [October 14, 2003, 4:24am UTC](https://forum.kirupa.com/t/a-question-about-levels/32999 "2003-10-14T04:24:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![xmattx](https://avatars.discourse-cdn.com/v4/letter/x/6de8d8/32.png) [@xmattx](https://forum.kirupa.com/u/xmattx)
#### Post date: [October 14, 2003, 4:24am UTC](https://forum.kirupa.com/t/a-question-about-levels/32999/1 "2003-10-14T04:24:03Z")

</div>

im using a load targetscript to load external swfs into the main timeline of my movie, however im keeping much of the other layers/mc’s loaded, and the external swf is loading over them, the level the blank movie clip is created in doesnt seem to be working propperlly?? whats going wrong?

bandb.onPress = function() {  
\_root.createEmptyMovieClip(“empty2”, 4);  
loadMovie(“flash/band.swf”, “\_root.empty2”);  
container.\_x = 0;  
container.\_y = 0;  
};

thats the “4” as in the 4th layer, up from the bottom!

help?!

thanks 🅱
