Simple Fading Gallery (can't figure out how to port the tutorial for my own use)

Probably a simple question, but I’m very new to AS. How can I use AS to fade from frame to frame of another MC using buttons inside yet another MC.

I am using this code to go to the next frame:

on (release) {
    _root.gallery1.nextFrame();
}

Here is the simple version of what I’m doing on my messy photography site.

http://archon231.googlepages.com/GALLERYTEST.fla

I want to basically have a fading gallery similiar to the one in the tutorial but I can’t figure out how to port the AS… I’m too much of a n00b. I would like to use pics int he library, rather than loading them from external sources

Thanks for any help! :slight_smile: