here's an example of how u can do it, firstFrame, secondFrame, and thirdFrame are your frame names.
if(top.firstFrame==self) {
//do stuff
}
if(top.secondFrame==self) {
//do stuff
}
if(top.thirdFrame==self) {
//do stuff
}
----------------------------
http://aeonofdarkness.com