Frame label navigation

Hello all,

Long time reader, first time poster. I really hope somebody can help me out of the bind I find myself in.

Basically, my problem is this:

I want to play 2 separate labels in a movie clip in any order when clicking a button that lives inside that movie clip.

Here’s what I have on the button:

on (release) {
gotoAndPlay(“location_rev”);
gotoAndPlay(“residences”);
}

Currently, the playhead is going to “residences,” entirely skipping “location_rev.” I’ve thought of an if statement to ask Flash to play “residences” when arriving at the end of “location_rev,” but I’m not entirely sure how to go about that.

If anyone out there can help me I’d really appreciate it. Seriously.