Image Gallery Question - Numbered Buttons

hey :slight_smile:

I’m working on impliminting the image gallery tutorial into my own website and I was wondering if there was a way to choose which image I wanted to go to instead of just using the buttons to go to the previous and next images. This is the code that controls the buttons:


previous_btn.onRelease = function() { 
prevImage(); 
}; 
next_btn.onRelease = function() { 
nextImage(); 
}; 

Considering the fact that i’ve been looking at code for the past 5 days my brain won’t even start to allow me to to even think of a soultion!

Any help would be greatly apreciated because i’m almost finished :smiley:

Sincerely,
Maile