Specifying an image in an array

Greetings-

I just completed the image gallery tutorial here (great tutorial!) and I am wondering if there’s a way to have a button tell the array to display a specific image instead of just cycling them sequentially.

The button action script is

[color=RoyalBlue]on (release) {
_root.changePhoto(1);
}

[color=Black]Which tells it to go to the next image defined in the array. What I would like it to do is display a specific image in the array like “01.jpg”

Thanks for your help![/color]
[/color]