home *** CD-ROM | disk | FTP | other *** search
- function fsdPlayAgain()
- {
- _quality = "HIGH";
- _global.S.G_TabSonFade.push(["muzikGame",0,"Out",10]);
- gotoAndStop("TitleCard");
- play();
- QuitScreen.gotoAndStop("PasLa");
- LooseScreen.gotoAndStop("PasLa");
- WinScreen.gotoAndStop("PasLa");
- varPlay = "Playing";
- }
- _focusrect = false;
- Stage.showMenu = false;
- stop();
- _root.eventID = "jetix_ge_dojodash";
- subject = "GetED - Dojo Delivery Dash";
- playerScore = 0;
- varPlay = "Not playing";
- version = getVersion();
- flash_ver = version.split(",");
- ver0 = flash_ver[0];
- ver1 = flash_ver[1];
- ver2 = flash_ver[2];
- ver3 = flash_ver[3];
- guess = ver0.split(" ");
- whatisit_0 = guess[0];
- whatisit_1 = guess[1];
- if(whatisit_1 >= 7)
- {
- gotoAndPlay(2);
- }
- else
- {
- getUrl("http://disney.go.com/detect/setup/ie/flash7.html", "_self");
- }
- stop();
-