What is it with me and flash lately!

Hi all,

i’ve a clip on the stage, instance name liver_mc. It has 2 flags within it, labelled in and out respectively.

And theres this code on the main timeline (all of this is within a big content clip on the root stage).

stop();

liver_mc.onRollOver=function(){
liver_mc.gotoAndPlay(“in”)
}

But it’s not acting as it should, recognising the rollover etc… any ideas?