home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_1197 / frame_3 / DoAction.as
Text File  |  2005-08-12  |  1KB  |  52 lines

  1. if(fce == 1)
  2. {
  3.    if(_root.v_pant == 2)
  4.    {
  5.       vect = "down";
  6.    }
  7.    else if(_root.v_pant == 4)
  8.    {
  9.       vect = "up";
  10.    }
  11.    _root.main.fr.faces.fceGo("pant3");
  12. }
  13. fce = 1;
  14. _root.v_pant = 3;
  15. pantBtn.x = pantBtn._xmouse;
  16. pantBtn.y = pantBtn._ymouse;
  17. pantBtn.nugi = 0;
  18. pantBtn._visible = true;
  19. pantX.pantBtnB._visible = true;
  20. _parent._parent.bodybase.bodyB.man.manBtn._visible = false;
  21. if(_root.v_cont != 1 && vect == "down")
  22. {
  23.    pantBtn.mon = 0;
  24. }
  25. pantBtn.rf = 0;
  26. with(_parent._parent.legs.leg_l.leg_l_1.leg_l_2)
  27. {
  28.    _parent._parent.gotoAndStop(10);
  29.    _parent.legBtnL._visible = false;
  30.    if(_root.v_tightsL != 99)
  31.    {
  32.       gotoAndStop(2);
  33.    }
  34.    else if(_root.v_tightsL == 99)
  35.    {
  36.       gotoAndStop(12);
  37.    }
  38. }
  39. with(_parent._parent.legs.leg_r.leg_r_1.leg_r_2)
  40. {
  41.    _parent._parent.gotoAndStop(10);
  42.    _parent.legBtnR._visible = false;
  43.    if(_root.v_tightsR != 99)
  44.    {
  45.       gotoAndStop(2);
  46.    }
  47.    else if(_root.v_tightsR == 99)
  48.    {
  49.       gotoAndStop(12);
  50.    }
  51. }
  52.