home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / KoreKarts.swf / scripts / frame_438 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  1.5 KB  |  73 lines

  1. if(car1position == 1)
  2. {
  3.    setProperty("_root.podred", _X, 324);
  4.    setProperty("_root.podred", _Y, 189);
  5. }
  6. else if(car1position == 2)
  7. {
  8.    setProperty("_root.podred", _X, 150);
  9.    setProperty("_root.podred", _Y, 220);
  10. }
  11. else if(car1position == 3)
  12. {
  13.    setProperty("_root.podred", _X, 476);
  14.    setProperty("_root.podred", _Y, 246);
  15. }
  16. else
  17. {
  18.    tellTarget("_root.podred")
  19.    {
  20.       gotoAndStop(2);
  21.    }
  22.    setProperty("_root.podred", _X, 585);
  23.    setProperty("_root.podred", _Y, 100);
  24. }
  25. if(car2position == 1)
  26. {
  27.    setProperty("_root.podblue", _X, 324);
  28.    setProperty("_root.podblue", _Y, 189);
  29. }
  30. else if(car2position == 2)
  31. {
  32.    setProperty("_root.podblue", _X, 150);
  33.    setProperty("_root.podblue", _Y, 220);
  34. }
  35. else if(car2position == 3)
  36. {
  37.    setProperty("_root.podblue", _X, 476);
  38.    setProperty("_root.podblue", _Y, 246);
  39. }
  40. else
  41. {
  42.    tellTarget("_root.podblue")
  43.    {
  44.       gotoAndStop(2);
  45.    }
  46.    setProperty("_root.podblue", _X, 585);
  47.    setProperty("_root.podblue", _Y, 165);
  48. }
  49. if(compposition == 1)
  50. {
  51.    setProperty("_root.podyellow", _X, 324);
  52.    setProperty("_root.podyellow", _Y, 189);
  53. }
  54. else if(compposition == 2)
  55. {
  56.    setProperty("_root.podyellow", _X, 150);
  57.    setProperty("_root.podyellow", _Y, 220);
  58. }
  59. else if(compposition == 3)
  60. {
  61.    setProperty("_root.podyellow", _X, 476);
  62.    setProperty("_root.podyellow", _Y, 246);
  63. }
  64. else
  65. {
  66.    tellTarget("_root.podyellow")
  67.    {
  68.       gotoAndStop(2);
  69.    }
  70.    setProperty("_root.podyellow", _X, 585);
  71.    setProperty("_root.podyellow", _Y, 230);
  72. }
  73.