home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_689 / frame_107 / DoAction.as
Text File  |  2005-08-12  |  328b  |  13 lines

  1. if(_root.v_pant < 4)
  2. {
  3.    if(_root.v_pant == 3 || !(_root.v_fukuL == 1 || _root.v_fukuL == 4) || !(_root.v_fukuR == 1 || _root.v_fukuR == 4) || _root.v_chinko == 1)
  4.    {
  5.       _parent._parent.changePo("po2R");
  6.    }
  7.    else
  8.    {
  9.       _parent._parent.changePo("po1R");
  10.       _parent._parent.changePo("po2R0");
  11.    }
  12. }
  13.