# Mine field game

**URL:** https://forum.kirupa.com/t/mine-field-game/292201
**Category:** Uncategorized
**Created:** [July 11, 2009, 12:13pm UTC](https://forum.kirupa.com/t/mine-field-game/292201 "2009-07-11T12:13:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![gencoglu](https://avatars.discourse-cdn.com/v4/letter/g/898d66/32.png) [@gencoglu](https://forum.kirupa.com/u/gencoglu)
#### Post date: [July 11, 2009, 12:13pm UTC](https://forum.kirupa.com/t/mine-field-game/292201/1 "2009-07-11T12:13:27Z")

</div>

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
