Hey all,
Hopefully this hasn’t been covered a lot here… I’m a newbie when it comes to ActionScript so hopefully someone here can help me out.
I’ve been using this kirupa designed flash photo gallery because it’s far more efficent size wise than just creating the tweens in flash:
http://www.kirupa.com/developer/mx/photogallery.htm
My question is this:
What is the best way to change this photogallery so that rather than manually changing the photos with a button, it will fade them in and out automatically?
(i.e. on (release) {
_root.changePhoto(1);
} )
I tried wiring it up using “onEnterFrame” as a function to change _root.changePhoto but maybe I’m placing the code in the wrong place because I can’t seem to get that to work.
Any help with this would be greatly appreciated.