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

  1. stop();
  2. killed = 0;
  3. badGuard_location = 350;
  4. enemySpeed = 2.5;
  5. MAXenemies5 = 3;
  6. MAXmages = 2;
  7. MAXmages2 = 2;
  8. MAXguards = 3;
  9. mage_xlocation = 450;
  10. mage_ylocation = 300;
  11. mage2_xlocation = 450;
  12. mage2_ylocation = 100;
  13. initEnemy5();
  14. initEnemyGuard();
  15.