home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / chooseyourweapon3.swf / scripts / frame_685 / DoAction.as
Encoding:
Text File  |  2008-09-05  |  443 b   |  23 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 = 5;
  12. MAXenemies = 8;
  13. MAXenemies2 = 6;
  14. MAXenemies3 = 9;
  15. MAXenemies4 = 8;
  16. MAXenemies6 = 6;
  17. MAXguards = 6;
  18. initEnemy();
  19. initEnemyGuard();
  20. badDaggers_location = 350;
  21. MAXdaggers = 6;
  22. initEnemyDaggers();
  23.