home *** CD-ROM | disk | FTP | other *** search
- if(scorvar == "0")
- {
- lives = "5";
- metalast = "99999999";
- tellTarget("/liv")
- {
- gotoAndStop(eval("/:lives"));
- }
- tellTarget("/lead")
- {
- gotoAndStop(2);
- }
- tellTarget("/mush")
- {
- gotoAndStop(3);
- }
- tellTarget("/adds")
- {
- gotoAndStop(2);
- }
- loadVariables("http://www.kleentec.ch/flashworks/metascor.txt","");
- loadVariables("http://www.kleentec.ch/flashworks/metalast.txt","");
- loadVariables("http://www.kleentec.ch/flashworks/metainfo.txt","");
- scorvar = "1";
- }
- ifFrameLoaded(8)
- {
- gotoAndPlay(5);
- }
-