PDA

View Full Version : [FMX] Imagegallery configuration



Magnuc
January 21st, 2004, 12:22 PM
Hi there!
I've been surfing this forum for a little while and thought it was time for a registrer.

I have a problem when i want to add extra buttons to the PhotoGallery fla.

I made one button for each image and when they are pressed i want that spesific image to load. I would also like the "<-" "->" to still be working.

If i press button #2, image #2 will be shown and arrow <- goes to image #1 and -> goes to image #3.

I tried something like this:
on (release) {
_root.changePhoto("animation/image5.jpg");
}

but then the <- -> buttons wont work :(

Anyone have any idea? :be: