home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / chooseyourweapon3.swf / scripts / frame_681 / DoAction.as
Encoding:
Text File  |  2008-09-05  |  280 b   |  17 lines

  1. stop();
  2. killed = 0;
  3. enemySpeed = 4.5;
  4. MAXenemies = 4;
  5. MAXenemies2 = 4;
  6. MAXenemies3 = 4;
  7. initEnemy();
  8. initEnemy2();
  9. initEnemy6();
  10. initEnemy3();
  11. badDaggers_location = 350;
  12. MAXdaggers = 6;
  13. initEnemyDaggers();
  14. badGuard_location = 350;
  15. MAXguards = 6;
  16. initEnemyGuard();
  17.