Help:Movement using AS

I’ve got the script on movie clip called “boxFirst”


onClipEvent(enterFrame){
_x = random(100);
_y = random(100);
_alpha = random(96);
}

and it is working fine,

How do I put this script on main time line? 1st fram? so, that movieClip “boxFirst”
does the same thing.
:luigi: