Greetings!
I’m using the Interactive Image Panning tutorial, and I must say it’s excellent.
(http://www.kirupa.com/developer/flash8/interactive_image_pan.htm)
I’ve edited the AS code around a bit to get my desired effect, but because it will be
a scrolling website layout, I need to put links to other (php) pages on the website.
For some reason, when I add the buttons, the scrolling image always comes up on top of them, regardless of which layer they’re on.
Is there any way I could change the layering ectect so that the buttons come up on top of the scrolling movie clip?
(much like css’ z-index, I guess.)
Thank you very much in advance!