Infinite Scroller Help!

I built an infinite scroller for my website, but, I need each individual button to link to a different page in a seperate frame. how do I make each square a button and how do I make it link a different frame?

Also, I want to know how I could make it so that when you put your mouse over it, the image changes, all of it has been done in flash mx.

Skyler
www.corepunk.com

to open in a new frame:
on(release) {
getUrl(URL,TARGET);
}

to make it change on mouseover
double click and go to the over frame, and change what’s there to what you want when the mouse is over it