im trying to build a simple shooting game but for some reason it wont remove the movie clip when you click on it, here is a little bit of the code… ill put up the FLA if needed
onRelease = function () {
if (_root.scopemask2.aim.hitTest(_root.target1)) {
removeMovieClip(_root.target1);
}
};