Simple (or not) question about functions

I have a really simple question. I thought that this was the reason for functions. Okay, lets say I have this function:
alpha = function() {
this._alpha = 25}
Simple, but you get the point. I would put this in the first frame of the movie.
Now, I can’t get alpha() to work unless it is in that part of the movie. I can’t just put it in the mc’s I want. What’s wrong?