I am working on a small project in which a FLA file is controlled by a short Actionscript file. The FLA file includes three movieclip pages that are added to the display by the AS file. These items are ParkPage, ForestPage, and GraveyardPage.
As far as the code is concerned, everything works just fine. However, when I attempt to interact with the pages via the library, they are constantly misaligned in relation to the overall scene. I have to use the hand tool every single time I open one of these movieclips in order to fit the page in the window of my screen. If I exit back to the main scene and then reopen the movieclip, it is again misaligned.
These movie clips are all positioned at 0,0. When I run the AS file and test the movie, everything is just fine. The problem is when I'm hopping around in the library and editing/examining the assets that make up my overall Flash project.
This is a huge problem because I hope to use this file as a teaching tool. I'd like to give it to students and have them look through the file to examine the various elements. If they have to realign the movie clip every single time, this will get in the way of what they're supposed to be learning. Thanks in advance for your help!