home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.hiding == "no")
- {
- if(_root.ammo > -1)
- {
- if(_root.reloading == "no")
- {
- if(_root.zoomed == 1)
- {
- _root.enemydead = "yes";
- _root.sight.gotoAndPlay("headshot");
- headshot = new Sound(this);
- headshot.attachSound("headshot");
- headshot.start(0,1);
- _root.kills += 1;
- this.play();
- }
- _root.sight.gotoAndPlay("headshot");
- _root.enemydead = "yes";
- headshot = new Sound(this);
- headshot.attachSound("headshot");
- headshot.start(0,1);
- _root.kills += 1;
- this.play();
- }
- }
- }
- }
-