home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / HighwaySpeed.swf / scripts / DefineSprite_170 / frame_1 / DoAction.as
Encoding:
Text File  |  2001-07-14  |  642 b   |  43 lines

  1. if(eval("../:car1") == "0")
  2. {
  3.    tellTarget("../oppcar1/fulloppcar")
  4.    {
  5.       nextFrame();
  6.    }
  7. }
  8. if(eval("../:car2") == "0")
  9. {
  10.    tellTarget("../oppcar2/fulloppcar")
  11.    {
  12.       nextFrame();
  13.    }
  14. }
  15. if(eval("../:car3") == "0")
  16. {
  17.    tellTarget("../oppcar3/fulloppcar")
  18.    {
  19.       nextFrame();
  20.    }
  21. }
  22. if(eval("../:car4") == "0")
  23. {
  24.    tellTarget("../oppcar4/fulloppcar")
  25.    {
  26.       nextFrame();
  27.    }
  28. }
  29. if(eval("../:car5") == "0")
  30. {
  31.    tellTarget("../oppcar5/fulloppcar")
  32.    {
  33.       nextFrame();
  34.    }
  35. }
  36. if(eval("../:car6") == "0")
  37. {
  38.    tellTarget("../oppcar6/fulloppcar")
  39.    {
  40.       nextFrame();
  41.    }
  42. }
  43.