well i have a deadline tomorrow for my project and i can’t get my arrows to work
iv been looking on google for ages but because theres loads of ways to do it, its hard…i don’t want to start again
basically, i have a flash document with headings on, research, print, web, motion etc… when clicked it loads a slideshow presentation into a container
now i have arrows on the stage and i want them to change through each slides but i don’t know the action script
i tried the one of this site but it doesn’t work, because mine slide show is in slides and not frames i think
http://www.layersmagazine.com/flash-slideshow-image-gallery.html
anyone know?
p.s
all my action script isn’t on the buttons but the first slide, so an example of say my action script of one of the buttons is
printbutton.onRelease = function() {
if (loadedMovie != “print”) {
container.loadMovie(“slideshow-print.swf”);
loadedMovie = “print”;
}
};
Thanks