home *** CD-ROM | disk | FTP | other *** search
- if(_root.game_over == 0)
- {
- if(cpt == "")
- {
- cpt = 0;
- }
- if(_root.timeb._width > 3)
- {
- _root.timeb._width -= 3;
- if(cpt == 6)
- {
- _root.scorp = _root.scorp + 1;
- cpt = 0;
- }
- else
- {
- cpt++;
- }
- _root.scorepts.scorepts = _root.scorp;
- }
- else if(_root.lang == "fr" or _root.lang == "FR" or _root.lang == "Fr")
- {
- if(_root.score.score > 0)
- {
- _parent.replayEN._y = 1000;
- _parent.replayFR._y = 180;
- _parent.nextEN._y = 1000;
- _parent.nextFR._y = 1000;
- }
- else
- {
- _parent.nextEN._y = 1000;
- _parent.nextFR._y = 180;
- _parent.replayEN._y = 1000;
- _parent.replayFR._y = 1000;
- }
- }
- else if(_root.score.score > 0)
- {
- _parent.replayFR._y = 1000;
- _parent.replayEN._y = 180;
- _parent.nextFR._y = 1000;
- _parent.nextEN._y = 1000;
- }
- else
- {
- _parent.nextFR._y = 1000;
- _parent.nextEN._y = 180;
- _parent.replayFR._y = 1000;
- _parent.replayEN._y = 1000;
- }
- }
-