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!

link|improve this question

75% accept rate
Set the position via actionscript? – JNDPNT Sep 28 '11 at 12:30
So it's a question about strange behavior in the Flash CS IDE rather than a question about programing, right? Then you would probably have more luck in other forums than SO. – Lars Blåsjö Sep 28 '11 at 13:29
Fair enough, Lars. This is probably more directly related to the Flash CS IDE than to Actionscript, though it only manifests itself when I'm hopping back and forth between the FLA and AS file. I figured that the folks who read the Actionscript forums at Stack Overflow might also be involved in working with the IDE and might have some useful tips or suggestions. Was not aware that peripherally connected topics are beyond the jurisdiction of this forum, but will keep this in mind in the future. – Aaron Delwiche Sep 28 '11 at 22:03
@AaronDelwiche Questions about programming tools are certainly on-topic here. You might want to tag the question with something specific to the program having the problem, and remove tags that don't help categorize your question like "point" and "scene" which could mean anything. – agf Oct 3 '11 at 2:28
Thanks, agf. I appreciate your answer to this particular question, and to the broader context which inspired you to find and answer it. :) – Aaron Delwiche Oct 3 '11 at 2:53
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.