in the section3.swf place the code you want:
how.onRollOver = function(){
how.gotoAndPlay("overIt");
how.back = false;
how.play();
}

how.onRollOut = function(){
how.back = true;
}

Compile just means publish the SWF.