home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / 05-11-10-1.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2005-11-18  |  830 b   |  37 lines

  1. function fsdPlayAgain()
  2. {
  3.    _quality = "HIGH";
  4.    _global.S.G_TabSonFade.push(["muzikGame",0,"Out",10]);
  5.    gotoAndStop("TitleCard");
  6.    play();
  7.    QuitScreen.gotoAndStop("PasLa");
  8.    LooseScreen.gotoAndStop("PasLa");
  9.    WinScreen.gotoAndStop("PasLa");
  10.    varPlay = "Playing";
  11. }
  12. _focusrect = false;
  13. Stage.showMenu = false;
  14. stop();
  15. _root.eventID = "jetix_ge_dojodash";
  16. subject = "GetED - Dojo Delivery Dash";
  17. playerScore = 0;
  18. varPlay = "Not playing";
  19. version = getVersion();
  20. flash_ver = version.split(",");
  21. ver0 = flash_ver[0];
  22. ver1 = flash_ver[1];
  23. ver2 = flash_ver[2];
  24. ver3 = flash_ver[3];
  25. guess = ver0.split(" ");
  26. whatisit_0 = guess[0];
  27. whatisit_1 = guess[1];
  28. if(whatisit_1 >= 7)
  29. {
  30.    gotoAndPlay(2);
  31. }
  32. else
  33. {
  34.    getUrl("http://disney.go.com/detect/setup/ie/flash7.html", "_self");
  35. }
  36. stop();
  37.