# Shooting game help

**URL:** https://forum.kirupa.com/t/shooting-game-help/252519
**Category:** Uncategorized
**Created:** [February 20, 2008, 9:57pm UTC](https://forum.kirupa.com/t/shooting-game-help/252519 "2008-02-20T21:57:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cambo123](https://avatars.discourse-cdn.com/v4/letter/c/4bbf92/32.png) [@cambo123](https://forum.kirupa.com/u/cambo123)
#### Post date: [February 20, 2008, 9:57pm UTC](https://forum.kirupa.com/t/shooting-game-help/252519/1 "2008-02-20T21:57:58Z")

</div>

Hey.  
OK this is my problem.  
i used this script.  
\_root.onMouseDown = function(){  
\_root.attachMovie(“bullet”, “bullet”, \_root.getNextHighestDepth)  
bullet.\_y += - 10  
}  
i use the mouse to move the symbol.  
whenever i shoot when the bullet is still being shot, It starts over again.  
is there any way to make it so that when you shoot… you can;t shoot again until the bullet goes off stage.  
thanks  
-cambo123
