home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_870 / frame_2 / DoAction.as
Text File  |  2005-08-12  |  574b  |  23 lines

  1. maedareBtn.up = 1;
  2. count += 1;
  3. if(_root.v_nf != 1 && 3 >= _root.v_pant && count == 6)
  4. {
  5.    manfuFrag = 1;
  6.    if(_root.v_face == "front")
  7.    {
  8.       _root.main.fr.faces.gotoAndStop("down");
  9.    }
  10.    _root.main.fr.faces.changeEyelid("shut1");
  11.    _root.main.fr.faces.changeMouth(1);
  12.    if(_root.v_mayu == 0)
  13.    {
  14.       _root.main.fr.faces.changeManfu("ikari",1);
  15.       _root.main.fr.body0.arms.handMove("c3",1);
  16.    }
  17.    else if(_root.v_mayu >= 1)
  18.    {
  19.       _root.main.fr.faces.changeManfu("ase",1);
  20.       _root.main.fr.body0.arms.handMove("c1",1);
  21.    }
  22. }
  23.