Drag the stage with an image over
I need to zoom the stage.
It is possible to drag the stage but, in my case, I have a lot of large images over the stage and when I zoom the stage there is not more portion of thage that I can grab and drag because it is out from the portion that is possible to see.
Is there a method that make it possible to drag the stage with the images (movie clip) that I have on the stage?
Notice that I browse a lot of images on stage with the method:
setChildIndex(MyMovieClip, this.numChildren - 1);
(The images are browsed automaticaly with cue point).
Thank you.
