home *** CD-ROM | disk | FTP | other *** search
- var §\x01§ = 208;
- while(true)
- {
- if(eval("\x01") == 208)
- {
- set("\x01",eval("\x01") - 150);
- §§push(true);
- }
- else if(eval("\x01") == 871)
- {
- set("\x01",eval("\x01") - 743);
- §§push(true);
- }
- else
- {
- if(eval("\x01") == 240)
- {
- set("\x01",eval("\x01") + 217);
- break;
- }
- if(eval("\x01") == 128)
- {
- set("\x01",eval("\x01") - 105);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 44);
- }
- }
- else if(eval("\x01") == 58)
- {
- set("\x01",eval("\x01") + 784);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 29);
- }
- }
- else if(eval("\x01") == 977)
- {
- set("\x01",eval("\x01") - 891);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 855);
- }
- }
- else if(eval("\x01") == 941)
- {
- set("\x01",eval("\x01") + 38);
- §§push(true);
- }
- else if(eval("\x01") == 848)
- {
- set("\x01",eval("\x01") + 129);
- §§push(true);
- }
- else
- {
- if(eval("\x01") == 842)
- {
- set("\x01",eval("\x01") + 29);
- break;
- }
- if(eval("\x01") == 994)
- {
- set("\x01",eval("\x01") - 335);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 189);
- }
- }
- else if(eval("\x01") == 67)
- {
- set("\x01",eval("\x01") + 927);
- §§push(true);
- }
- else
- {
- if(eval("\x01") == 23)
- {
- set("\x01",eval("\x01") + 44);
- break;
- }
- if(eval("\x01") == 659)
- {
- set("\x01",eval("\x01") + 189);
- stop();
- §§push(§§pop() == §§pop());
- break;
- }
- if(eval("\x01") == 86)
- {
- set("\x01",eval("\x01") + 855);
- break;
- }
- if(eval("\x01") != 979)
- {
- if(eval("\x01") == 457)
- {
- set("\x01",eval("\x01") - 301);
- fps = 30;
- sec = 0;
- min = 1;
- Score = 0;
- normal = new Object();
- normal.ra = 100;
- normal.rb = 0;
- normal.ga = 100;
- normal.gb = 0;
- normal.ba = 100;
- normal.bb = 0;
- normal.aa = 100;
- normal.ab = 0;
- normalc = new Color(_root.plat1);
- red = new Object();
- red.ra = 100;
- red.rb = 0;
- red.ga = 0;
- red.gb = 0;
- red.ba = 0;
- red.bb = 0;
- red.aa = 100;
- red.ab = 0;
- redc = new Color(_root.plat1);
- opt = false;
- tzm = false;
- showtxt = false;
- addtext = false;
- tmb2 = 30;
- timer = 15;
- ballsp = 20;
- perf = (min * 59 + 59 - sec) * 200;
- far = (min * 59 + 59 - sec) * 25;
- god = (min * 59 + 59 - sec) * 50;
- verygod = (min * 59 + 59 - sec) * 100;
- b = Math.random() * 1;
- pl = true;
- onEnterFrame = function()
- {
- if(tmb2 > 0)
- {
- tmb2--;
- }
- else
- {
- b = Math.random(1) * 13;
- b = Math.floor(b);
- callball();
- tmb2 = timer;
- }
- time_();
- _root.Mins = min;
- if(sec <= 9 && sec >= 0)
- {
- _root.Secs = "0" + sec;
- }
- else if(sec > 9)
- {
- _root.Secs = sec;
- }
- if(min <= 0 && sec <= 0 && showtxt == false && pl == false)
- {
- pl = true;
- showtxt = true;
- addtext = true;
- }
- if(showtxt == true)
- {
- if(Score >= perf && addtext == true)
- {
- _root.attachMovie("perfect2","perfect2",_root.getNextHighestDepth());
- _root.perfect2._x = 510;
- _root.perfect2._y = 300;
- addtext = false;
- }
- if(Score >= verygod && Score < perf && addtext == true)
- {
- _root.attachMovie("verygood2","verygood2",_root.getNextHighestDepth());
- _root.verygood2._x = 510;
- _root.verygood2._y = 300;
- addtext = false;
- }
- if(Score >= god && Score < verygod && addtext == true)
- {
- _root.attachMovie("good2","good2",_root.getNextHighestDepth());
- _root.good2._x = 510;
- _root.good2._y = 300;
- addtext = false;
- }
- if(Score >= far && Score < god && addtext == true)
- {
- _root.attachMovie("fair2","fair2",_root.getNextHighestDepth());
- _root.fair2._x = 510;
- _root.fair2._y = 300;
- addtext = false;
- }
- if(Score >= 0 && Score < far && addtext == true)
- {
- _root.attachMovie("poor2","poor2",_root.getNextHighestDepth());
- _root.poor2._x = 510;
- _root.poor2._y = 300;
- addtext = false;
- }
- }
- if(Score >= 0 && Score <= 9)
- {
- _root.sc = "000000000" + Score;
- }
- if(Score >= 9 && Score <= 99)
- {
- _root.sc = "00000000" + Score;
- }
- if(Score >= 99 && Score <= 999)
- {
- _root.sc = "0000000" + Score;
- }
- if(Score >= 999 && Score <= 9999)
- {
- _root.sc = "000000" + Score;
- }
- if(Score >= 9999 && Score <= 99999)
- {
- _root.sc = "00000" + Score;
- }
- if(Score >= 99999 && Score <= 999999)
- {
- _root.sc = "0000" + Score;
- }
- if(Score >= 999999 && Score <= 9999999)
- {
- _root.sc = "000" + Score;
- }
- if(Score >= 9999999 && Score <= 99999999)
- {
- _root.sc = "00" + Score;
- }
- if(Score >= 99999999 && Score <= 999999999)
- {
- _root.sc = "0" + Score;
- }
- if(Score >= 999999999 && Score <= 9999999999)
- {
- _root.sc = Score;
- }
- if(Score < 0)
- {
- Score = 0;
- }
- _root.option2();
- };
- stop();
- }
- break;
- }
- set("\x01",eval("\x01") - 739);
- if(§§pop())
- {
- set("\x01",eval("\x01") + 217);
- }
- }
- }
- }
- }
-