On their navigation when you click on a link, the photo slides left or right, depending on wich side you clicked. I was wondering how the simplest possible way i could achieve this would be…Can anyone help?
[AS]
on (release){
_root.targX = xpositionofbigcontentmoviewheninplaceitshouldslideto;
}
[/AS]
Just to clear some things up : xpositionofbigcontentmoviewheninplaceitshouldslideto should be replaced by the x position of your big content movie, when already in place it should be going to when that button is clicked. To know this, drag the bigcontent movieclip to the place so the content is showing up correctly. Now read the X value from the Info window (Window - Info). Replace xpositionofbigcontentmoviewheninplaceitshouldslideto by that value.
Of course, xpositionofbigcontentmoviewheninplaceitshouldslideto is different for each button.
Ok i appreciate the replies, i know they will work, but i have run into a dilema here… each image i will place in this “bigcontentmovie” will be 940px wide, so the whole thing will be around 5000px wide… Flash only allows it to extend to 2888px… or else the image will be “pixel stretched” because of an error… here is an example:
here is what is causing this error i think:
NOTE: that image is zoomed out
Is there a way to make the stage bigger so i will be able to place all of these images?