Multiple buttons share one action

Is it possible to have multiple MC buttons share an action (e.g. onPress)?

E.g. movieClip1.onPress, movieClip2.onPress = function() { }

In the example above, only the second movie clip is linked w/ the action. I would appreciate your help.