I don't consider myself really good at anything. AS is one of those. I am not bad at it, having handwritten about 40,000 lines so far, but there is still so much that I don't truly understand.

Currently I am trying to figure out what is the useful difference between

Code:
onClipEvent(enterFrame){
and

Code:
onClipEvent(load){
I mean, I know the obvious differences, but as far as coding goes I am lost. depending on the need/use of the AS, if I use one and it doesn't work I use the other, but I don't know "why".

Can some one explain the "why"?

~MoN