Still Having Navigation Problem

I have a back button that should take you back from the first frame of one url to the last frame of another. However I can’t figure out how to do this. It always brings you to the beginning.

I’ve got this


on (release) {
getURL(“introduction2.html”, “_self”);
stopAllSounds();
}

How do I specify which frame to go to?

Someone else suggested the following but. . .

on (release) {
getURL(“about :history.back(-1)”);
}

but this won’t always work because they can get there from a menu so the last thing in the history will be that menu instead of the last page of the section before.

Please help.

Thanks,
Kel