home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / spaceambush.swf / scripts / DefineSprite_403 / frame_6 / DoAction.as
Encoding:
Text File  |  2007-03-12  |  384 b   |  26 lines

  1. if(_root.canongun == true)
  2. {
  3.    _root.j6a.gotoAndStop(4);
  4. }
  5. if(_root.lasergun != true)
  6. {
  7.    if(2 < _root.j6a.hit)
  8.    {
  9.       _root.j6a.gotoAndStop(4);
  10.    }
  11.    else
  12.    {
  13.       _root.j6a.att = true;
  14.       _root.j6a.gotoAndStop(1);
  15.    }
  16. }
  17. else if(1 < _root.j6a.hit)
  18. {
  19.    _root.j6a.gotoAndStop(4);
  20. }
  21. else
  22. {
  23.    _root.j6a.att = true;
  24.    _root.j6a.gotoAndStop(1);
  25. }
  26.