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

  1. stop();
  2. killed = 0;
  3. badGuy_location = 190;
  4. badGuy1_location = 390;
  5. badGuy2_location = 295;
  6. badGuy3_location = 190;
  7. badGuy4_location = 295;
  8. badGuy5_location = 295;
  9. badGuy6_location = 390;
  10. badGuard_location = 350;
  11. enemySpeed = 6;
  12. MAXenemies = 5;
  13. MAXenemies2 = 5;
  14. MAXenemies3 = 5;
  15. MAXenemies4 = 5;
  16. MAXenemies6 = 6;
  17. MAXguards = 9;
  18. initEnemy();
  19. initEnemy2();
  20. initEnemy6();
  21. initEnemy3();
  22. initEnemy4();
  23. initEnemyGuard();
  24. badDaggers_location = 350;
  25. MAXdaggers = 9;
  26. initEnemyDaggers();
  27.