home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / starship_seven.swf / scripts / DefineSprite_214 / frame_5 / DoAction.as
Encoding:
Text File  |  2007-03-28  |  261 b   |  16 lines

  1. fillUp();
  2. if(_root.code[actLevel] ne "")
  3. {
  4.    if(actLives < 3)
  5.    {
  6.       actLives = 3;
  7.    }
  8.    refreshLives();
  9.    fillUp();
  10. }
  11. initObjects();
  12. vx = 0;
  13. vy = 0;
  14. _X = _parent.matter.active.shipPosition._x;
  15. _Y = _parent.matter.active.shipPosition._y;
  16.