Silly target problem

i dunno why i can’t fix this… and it’s real silly

main time line => button (has a with action on it that tells the body to play a certain part)


	with (_root.character.body) {
		gotoAndPlay("start pose");
	}

main time line => character => body (which has the animetions in it

but it doesn’t work :S
i tried plain [COLOR=Red]_root.character.body.play();[/COLOR] but that doesn’t wanna work either.

any idea’s?