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

  1. stop();
  2. if(_root.enemy_beam > 0)
  3. {
  4.    _root.enemy_beam -= 5;
  5. }
  6. if(_root.enemy_beam <= 0)
  7. {
  8.    _root.enemy_beam = 0;
  9. }
  10. enemy_girl_mc.gotoAndPlay("去る");
  11.