home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / catinvaders.swf / scripts / DefineSprite_140 / frame_3 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  154 b   |  11 lines

  1. if(this._y < 0)
  2. {
  3.    _root.Functions.currentShots--;
  4.    removeMovieClip(this);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(3);
  9.    _root.Functions.moveFire(this);
  10. }
  11.