home *** CD-ROM | disk | FTP | other *** search
- call("fadescreen");
- stopAllSounds();
- _root.zmaclaugh.start();
- ratingskor = [0,1000,2500,5000];
- var i = 0;
- while(i < ratingskor.length)
- {
- if(eval("/:score") >= ratingskor[i])
- {
- set("/:rating",i + 1);
- }
- i++;
- }
- delete onenterframe;
- _root._y = 0;
- var i = 0;
- while(i < still.length)
- {
- _root[still[i]]._y = stillpos[i];
- i++;
- }
- var i = 0;
- while(i < eval("/:allo").length)
- {
- removeMovieClip(_root[eval("/:allo")[i]]);
- i++;
- }
- stop();
- btnSubmit = "yes";
- xxscore = eval("/:score");
- loadVariablesNum("savegame.jsp",0,"POST");
-