allPcsAreCorrect() checks an array to see if all the pcs have been placed.

The only other objects in the container are a backdrop that is behind the loader and a drop down menu to the side that does not overlap the loader.

All other listeners deal with the menu.

There are four frames in the container. The menu takes you to a frame and unloads the loader and then loads a new swf in to it. Every other swf that loads works fine, it is the drop and drag that acts up.

I am using the same loader for each of the four swfs. Should I add and remove the loader (or have different loaders) for each frame and swf? Should I try having only one frame and add and remove the the backdrops from the library?