More short hand operations

Hi all could any one help me simplify some code??

This is what Have done but will take up a lot of lines


check.onRollOver = function(){
    _root.check.gotoAndStop(2);
};
check2.onRollOver = function(){
    _root.check2.gotoAndStop(2);
};
check3.onRollOver = function(){
    _root.check3.gotoAndStop(2);
};

etc

Not sure how this could be done?