home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / love_me.swf / scripts / DefineSprite_794 / frame_36 / DoAction.as
Encoding:
Text File  |  2008-08-11  |  991 b   |  36 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. man_down = true;
  9. if(_root.enemy_beam == 0)
  10. {
  11.    this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("Θú¢πü│σç║πéï1");
  12. }
  13. else if(_root.enemy_beam == 1)
  14. {
  15.    this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("Θú¢πü│σç║πéï2");
  16. }
  17. else if(_root.enemy_beam == 2)
  18. {
  19.    this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("Θú¢πü│σç║πéï3");
  20. }
  21. else if(_root.enemy_beam == 3)
  22. {
  23.    this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("Θú¢πü│σç║πéï4");
  24. }
  25. else if(_root.enemy_beam == 4)
  26. {
  27.    this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("Θú¢πü│σç║πéï5");
  28. }
  29. else if(_root.enemy_beam > 4)
  30. {
  31.    this._root["heart_" + _root.h_number + "_mc"].gotoAndPlay("Θú¢πü│σç║πéï6");
  32. }
  33. winner = true;
  34. _root.renda = false;
  35. _root.enemy_beam = 0;
  36.