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