[F8]A questions

Why exactly is it better to write

clip.onEnterFrame = function () {
//blah blah
}

Instead of:
onClipEvent(enterFrame) {
//blah blah
}