N
Nikki
Guest
i have to make this thing for my projection which i need to hand in tomorrow, it has everything i'v done on the project so when i click research, in the container my photo slideshow pops up.
but i want the arrows to be able to go through the slide show and i dont know the script, iv been looking but i cant find the ring one.
my slideshow is in a container and all my script is on the first frame
example of one of the buttons is:
homebutton.onRelease = function() {
if (loadedMovie != "home") {
container.unloadMovie("slideshow-print.swf,slideshow-research.swf,slideshow-print.swf,slideshow-motion.swf,slideshow-web.swf");
loadedMovie = "home";
}
};
..
does anyone know the script to make the arrows change through the slides?
thanks
but i want the arrows to be able to go through the slide show and i dont know the script, iv been looking but i cant find the ring one.
my slideshow is in a container and all my script is on the first frame
example of one of the buttons is:
homebutton.onRelease = function() {
if (loadedMovie != "home") {
container.unloadMovie("slideshow-print.swf,slideshow-research.swf,slideshow-print.swf,slideshow-motion.swf,slideshow-web.swf");
loadedMovie = "home";
}
};
..
does anyone know the script to make the arrows change through the slides?
thanks