How to Stop Mouse move in Child MC

am not a advanced coder . i will attach my source .please solve my problem. please help me

where iam doing mistake.
please chk this
http://www.esnips.com/doc/83efbf10-e...13c/ScrollStop

or login as

emailID = rafimmedia@hotmail.com
password= iloveyou

=======================================================================
ok let me descrbibe my problem .

i had 2 swf files 1. master ,2. child

1.master has a slider MC in main timeline function basicly it moves left and right . When user hover that mc it will works.
in slider_MC.i put a button(box) to load a clild. swf ( it has pictures) i use this code on the button
on release()
{
loadmovie(“child.swf”,1);
}

it loaded successfully , but i hover the mouse on child MC. the SCroll Also Work . how do i stop it when child load?