home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / spaceambush.swf / scripts / DefineSprite_421 / frame_10 / DoAction.as
Encoding:
Text File  |  2007-03-12  |  196 b   |  14 lines

  1. if(_root.canongun == true)
  2. {
  3.    _root.jeta.gotoAndStop(4);
  4. }
  5. if(3 < _root.jeta.hit)
  6. {
  7.    _root.jeta.gotoAndStop(4);
  8. }
  9. else
  10. {
  11.    _root.jeta.att = true;
  12.    _root.jeta.gotoAndStop(1);
  13. }
  14.