home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / 5Miles2Go.swf / scripts / frame_331 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  409 b   |  25 lines

  1. if("3" >= eval("/car5/:TotalDraft"))
  2. {
  3.    tellTarget("/Speedometer")
  4.    {
  5.       gotoAndStop("Speed123");
  6.       play();
  7.    }
  8. }
  9. else if("3" < eval("/car5/:TotalDraft") and eval("/car5/:TotalDraft") < "6")
  10. {
  11.    tellTarget("/Speedometer")
  12.    {
  13.       gotoAndStop("Speed45");
  14.       play();
  15.    }
  16. }
  17. else
  18. {
  19.    tellTarget("/Speedometer")
  20.    {
  21.       gotoAndStop("Speed678");
  22.       play();
  23.    }
  24. }
  25.