Mine field game

hi,
I am tring to create a simple mine game…so I created a couple movie clips one of which is to be assigned a value of “0” and the other is to be assigned a value of “1” randomly. That is if the one on the left has “0” the other should have “1” and that if I click the one having “0” value ,let it explode or do something…
The problem is that I am not sure how to use “onClipEvent(enterFrame)” and on(press)…
I named my MCs as “mcleft1” and “mcright”
my goal is to click as many MC as possible without exploding any mc…

thanks