home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / stripbowl_game.swf / scripts / DefineSprite_1373 / frame_111 / DoAction.as
Text File  |  2005-08-19  |  2KB  |  109 lines

  1. scenario = random(5);
  2. if(scenario == 0)
  3. {
  4.    if(pin6switch != 0)
  5.    {
  6.       "../:pin6function"();
  7.    }
  8.    if(pin9switch != 0)
  9.    {
  10.       "../:pin9function"();
  11.    }
  12.    if(pin10switch != 0)
  13.    {
  14.       "../:pin10function"();
  15.    }
  16. }
  17. if(scenario == 1)
  18. {
  19.    if(pin6switch != 0)
  20.    {
  21.       "../:pin6function"();
  22.    }
  23.    if(pin9switch != 0)
  24.    {
  25.       "../:pin9function"();
  26.    }
  27.    if(pin10switch != 0)
  28.    {
  29.       "../:pin10function"();
  30.    }
  31. }
  32. if(scenario == 2)
  33. {
  34.    if(pin3switch != 0)
  35.    {
  36.       "../:pin3function"();
  37.    }
  38.    if(pin6switch != 0)
  39.    {
  40.       "../:pin6function"();
  41.    }
  42.    if(pin10switch != 0)
  43.    {
  44.       "../:pin10function"();
  45.    }
  46. }
  47. if(scenario == 3)
  48. {
  49.    if(pin3switch != 0)
  50.    {
  51.       "../:pin3function"();
  52.    }
  53.    if(pin6switch != 0)
  54.    {
  55.       "../:pin6function"();
  56.    }
  57.    if(pin9switch != 0)
  58.    {
  59.       "../:pin9function"();
  60.    }
  61.    if(pin10switch != 0)
  62.    {
  63.       "../:pin10function"();
  64.    }
  65. }
  66. if(scenario == 4)
  67. {
  68.    if(pin1switch != 0)
  69.    {
  70.       "../:pin1function"();
  71.    }
  72.    if(pin2switch != 0)
  73.    {
  74.       "../:pin2function"();
  75.    }
  76.    if(pin3switch != 0)
  77.    {
  78.       "../:pin3function"();
  79.    }
  80.    if(pin4switch != 0)
  81.    {
  82.       "../:pin4function"();
  83.    }
  84.    if(pin5switch != 0)
  85.    {
  86.       "../:pin5function"();
  87.    }
  88.    if(pin6switch != 0)
  89.    {
  90.       "../:pin6function"();
  91.    }
  92.    if(pin7switch != 0)
  93.    {
  94.       "../:pin7function"();
  95.    }
  96.    if(pin8switch != 0)
  97.    {
  98.       "../:pin8function"();
  99.    }
  100.    if(pin9switch != 0)
  101.    {
  102.       "../:pin9function"();
  103.    }
  104.    if(pin10switch != 0)
  105.    {
  106.       "../:pin10function"();
  107.    }
  108. }
  109.