home *** CD-ROM | disk | FTP | other *** search
- this.stop();
- over_cnt = 18;
- _global.over = 1;
- mySound.stop();
- this.onEnterFrame = function()
- {
- _root.chara01.gotoAndStop("damage");
- _root.chara02.gotoAndStop("damage");
- _root.chara03.gotoAndStop("damage");
- over_cnt -= 1;
- if(over_cnt < 0)
- {
- _root.gotoAndStop("start");
- }
- };
-