Ilyas da Pom source

I guess you’ve your buttons(text) in the grey mc…
Remove the arrows in my fla and put your buttons (text) on the main stage.
Select all your buttons (text) and make this a mc, give it the instancename “plus”.
Then it should work. The code on your buttons should be:
[AS]on(release){
_root.changePhoto(0);//0 for the first pic, 1 for the second etc
}[/AS]

scotty(-: