How do you target your main timeline?

This is the problem - I’ve created a navbar which is in a movieclip, and that movie clip is in another movieclip. I’m using the syntax - on (release) { but I don’t know how to target my main time line.

I want to able to click on the button and then that button plays “home” in the main time line.

Can anyone tell me the syntax as I’m guessing this is really easy to do?

_root

_root.gotoAndPlay(“home”);

[AS]
on(release){
_root.gotoAndPlay(“home”);
}
[/AS]

*Ah, sen beat me :slight_smile:

Thanks senocular!!! I don’t feel too thick (joke).