Targeting

Hi i am new to flash and need some help linking a button within a movieclip, to a certain part of a timeline within another movieclip on the stage.

i have this code.

[COLOR=Navy]this.content_mc.scroller.btn1.addEventListener( MouseEvent.CLICK, clickF )

function clickF( evt ){
this.content_mc.pics.gotoAndPlay(“img1”)
}
[/COLOR]
as you can see i have a button “btn1” within a movieclip “scroller” and this is within a movieclip "content_mc.

so this button “btn1” needs to start a part of the timeline called “img1” within movie clip “pics” which is located in movieclip "content_mc.

does this all make sense. is this code correct or am i a doofus.

help please anyone is is much appreciated.

cheers dave