home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / Formula1.swf / scripts / frame_9 / DoAction.as
Encoding:
Text File  |  2004-07-27  |  761 b   |  22 lines

  1. if(eval("/:just_starting") == "yes")
  2. {
  3.    tellTarget("_root.speed_bar")
  4.    {
  5.       gotoAndStop("middle");
  6.       tellTarget("_root.steering_bar")
  7.       {
  8.          gotoAndStop("middle");
  9.          tellTarget("_root.acc_bar")
  10.          {
  11.             gotoAndStop("middle");
  12.             tellTarget("_root.brake_bar")
  13.             {
  14.                gotoAndStop("middle");
  15.             }
  16.          }
  17.       }
  18.    }
  19. }
  20. set("/:welcome_text",eval("/:username") add ", welcome to the Vodafone Ferrari F1 racing game. You\'ve got three pulsating circuits to put in the fastest lap and see where you stand on the global leaderboard.\n\nBefore you race, you can tune your car. Decide if you\'re a beginner, rookie or legend of the sport?");
  21. set("/:first_lap",0);
  22.