Thumbnail gallery

guys i have an issue that has been kicking my butt for the last week. I am trying to create a thumbnail gallery. i have my images dynamically declared.

before i break down my issues. let me break down how this file is set up.

first ( and dont worry about this part) I am using some of the yahoo astra components in this fla. (if you dont know about them… go check them out!)
ok so now…

on the main stage i have just my tabs. which work well no issues there.
i have 5 movie clips. each of those clips corresponds to a tab on my main stage.

those 5 movie clips are holders for a scroll components.
now the interesting part…

the movie clips for the scroll panes sources

contains yahoo tile pane (basically it spaces all my images in row and tiles) :bobafett:

I dynamically declared all of my images and dynamically placed the tilepane (called pane) into its movie clip.

var _baseball:baseball = new baseball(); (i set up my linkage for each image in the library)

pane.addChild(_baseball);
i test the movie and i can switch between my tabs and see their images

now comes the problem( if you are still reading all this)

I am trying to figure out where i place my eventlisteners so that when an image is clicked i can show it on some kind of loader.
my second problem is idk what kind of loader these files are supposed to load into ( they are static images)

and my last problem is getting images to disappear as a new image is clicked.

PLEASE HELP ME!!! I have been looking at this for over a week :diss: and still cant figure it out. I have to be honest, I totally new to AS3 and I am diligently trying to make my first app in flash as3.:deranged: