Path Problems for photo gallery

If you download the fla please render it and notice all works great. Now what I need to do is put all the content of the _root time line into a movie clip. Simple right, but if you try it the gallery
won’t work as it did. I know it is a pathing problem, can someone show me the way.

Thanks

Bill

www.xlncstudios.com/help/pics.fla

Try adding _parent to your button actionscripts. This is an example:[AS]on (release) {
_parent.targetx = -120;
_parent.targety = -200;
}[/AS]

Did this work for you cause it does not work for me.