Image in the movie clip question

Good day!

I have an question about the movie clip…

scenario.

i have a movie clip where there are two images . i insert it the main stage how will i do that if i will click on of the images it will to the other frame in the main stage?

in my movie clip name step1. and the two images is named bathroom and kitchen.

my code in the main stage is

step1.kitchen.onRelease = function(){

this._parent.gotoAndPlay(“name of the frame”);
};

your Help id greatly appreciated

}