Ilyas da Pom source

Ilyas previously posted the source for this but it appears that the link no longer exists. does anyone happen to have it lying around so i might be able to check it out?

thanks in advance,
_grennex

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(-: