# Photo Gallery question?

**URL:** https://forum.kirupa.com/t/photo-gallery-question/191806
**Category:** flash
**Created:** [June 23, 2006, 5:15am UTC](https://forum.kirupa.com/t/photo-gallery-question/191806 "2006-06-23T05:15:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cikaslicc](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/cikaslicc/32/2517_2.png) [@cikaslicc](https://forum.kirupa.com/u/cikaslicc)
#### Post date: [June 23, 2006, 5:15am UTC](https://forum.kirupa.com/t/photo-gallery-question/191806/1 "2006-06-23T05:15:12Z")

</div>

I have a question about the gallery tutorial that’s posted on **[http://www.kirupa.com/developer/mx/photogallery.htm](http://www.kirupa.com/developer/mx/photogallery.htm)**

I’ve created a gallery which works fine. Now my question is, how could I customize it, let’s say instead of just going left and right, how can I specify each button to each image so it fades in and out when clicked???

I’ve used this command on one of the buttons which does load it properly but the fadein/out effect doesn’t work.

on (release) {  
\_root.photo.loadMovie( “folder/myimage.jpg”);  
}

If anyone could help, I’d greatly appreciate it!
