# First person shooter problem

**URL:** https://forum.kirupa.com/t/first-person-shooter-problem/78224
**Category:** flash
**Created:** [February 2, 2005, 11:53pm UTC](https://forum.kirupa.com/t/first-person-shooter-problem/78224 "2005-02-02T23:53:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![TheJarf](https://avatars.discourse-cdn.com/v4/letter/t/db5fbb/32.png) [@TheJarf](https://forum.kirupa.com/u/TheJarf)
#### Post date: [February 2, 2005, 11:53pm UTC](https://forum.kirupa.com/t/first-person-shooter-problem/78224/1 "2005-02-02T23:53:05Z")

</div>

I have an enemy that pops out of cover at random intervals.

The code I am using currently for him being shot is

```auto
on (press) {
      this.gotoAndPlay("enemy1shot");
      enemy1.enabled = 0; }  

```

The frame is labelled “enemy1shot” in the MC however it just seems to ignore the mouse click. This has been aggrivating me since I got home from work, all help will be appreciated.
