home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_1197 / frame_1 / DoAction.as
Text File  |  2005-08-12  |  729b  |  38 lines

  1. stop();
  2. if(fce == 1)
  3. {
  4.    if(_root.v_pant == 5)
  5.    {
  6.       vect = "down";
  7.    }
  8.    else if(_root.v_pant == 2)
  9.    {
  10.       vect = "up";
  11.    }
  12.    _root.main.fr.faces.fceGo("pant1");
  13. }
  14. else if(_root.v_pant == "on")
  15. {
  16.    vect = "up";
  17.    _root.main.fr.faces.fceGo("pant1");
  18. }
  19. _root.v_pant = 1;
  20. pantBtn.x = pantBtn._xmouse;
  21. pantBtn.y = pantBtn._ymouse;
  22. if(_root.v_cont != 1 && vect == "down")
  23. {
  24.    pantBtn.mon = 0;
  25. }
  26. if(_parent._parent._parent.fuku0.fukuR.maedare._currentFrame == 1)
  27. {
  28.    pantBtn._visible = false;
  29.    pantX.pantBtnB._visible = false;
  30. }
  31. else
  32. {
  33.    pantBtn._visible = true;
  34.    pantX.pantBtnB._visible = true;
  35. }
  36. _parent._parent.bodybase.bodyB.man.manBtn._visible = false;
  37. pantBtn.rf = 0;
  38.