Calling a function within movieclip?

I have a function on the first frame of a movieclip with a parameter, can somebody please tell me how I can call it? The following is the code I have on my movieclip:

onClipEvent (enterFrame) {
	tellTarget("loader"){
		picture(9);	
	}
}