home *** CD-ROM | disk | FTP | other *** search
- if(_root.canongun == true)
- {
- _root.j6a.gotoAndStop(4);
- }
- if(_root.lasergun != true)
- {
- if(2 < _root.j6a.hit)
- {
- _root.j6a.gotoAndStop(4);
- }
- else
- {
- _root.j6a.att = true;
- _root.j6a.gotoAndStop(1);
- }
- }
- else if(1 < _root.j6a.hit)
- {
- _root.j6a.gotoAndStop(4);
- }
- else
- {
- _root.j6a.att = true;
- _root.j6a.gotoAndStop(1);
- }
-