home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / love_me.swf / scripts / DefineSprite_794 / frame_71 / DoAction.as
Encoding:
Text File  |  2008-08-11  |  973 b   |  35 lines

  1. _root.sound_beam.stop();
  2. man_mc.gotoAndPlay("πüèπüíπéï");
  3. _root.rock = false;
  4. _root.beam_fire = false;
  5. number_kiridasi = this._name.split("_");
  6. _root.h_number = number_kiridasi[1];
  7. man_down_x = this._x;
  8. if(_root.enemy_beam == 0)
  9. {
  10.    this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("Θú¢πü│σç║πéï1");
  11. }
  12. else if(_root.enemy_beam == 1)
  13. {
  14.    this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("Θú¢πü│σç║πéï2");
  15. }
  16. else if(_root.enemy_beam == 2)
  17. {
  18.    this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("Θú¢πü│σç║πéï3");
  19. }
  20. else if(_root.enemy_beam == 3)
  21. {
  22.    this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("Θú¢πü│σç║πéï4");
  23. }
  24. else if(_root.enemy_beam == 4)
  25. {
  26.    this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("Θú¢πü│σç║πéï5");
  27. }
  28. else if(_root.enemy_beam > 4)
  29. {
  30.    this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("Θú¢πü│σç║πéï6");
  31. }
  32. winner = true;
  33. _root.renda = false;
  34. _root.enemy_beam = 0;
  35.