Orientation strategy for mobile. Best practice?
Hi all.
What's the best way to handle orientation changes on a mobile device when you have several child movies loaded in the background?
I'm thinking:
1. Each child movie have it's own listener for an orientation change. (calls function to adjust graphics as needed so they are ready when the movie is added to stage)
or
2. One primary listener on the main stage which the child movies respond to.
Thoughts? Am I way off-base on this?
Thanks!
JP
PS. Don't think this matters, but just in case, the app is for iOS only.
