home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / fierce_fighter.swf / scripts / DefineSprite_1026 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  439 b   |  26 lines

  1. if(_root.boss3.hitTest(_root.chen))
  2. {
  3.    if(_root.gongji_chen_name == "Σ╕¡µö╗")
  4.    {
  5.       zhong._visible = 1;
  6.       up._visible = 0;
  7.       _root.sheng_pa();
  8.    }
  9.    else if(_root.gongji_chen_name == "Σ╕èµö╗")
  10.    {
  11.       zhong._visible = 0;
  12.       up._visible = 1;
  13.       _root.sheng_pa();
  14.    }
  15.    else
  16.    {
  17.       zhong._visible = 0;
  18.       up._visible = 0;
  19.    }
  20. }
  21. else
  22. {
  23.    zhong._visible = 0;
  24.    up._visible = 0;
  25. }
  26.