by DST » Tue Dec 15, 2009 7:09 pm
On crosshair>create actor>
EventDisable("Event Actor", EVENTMOUSEBUTTONDOWN);
then simply use mousebuttondowns on the actors you wish to shoot to destroy them.
Doing it this way will preserve the ZDepth of the actors to be shot (Very useful for when an enemy is hiding behind something).