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

  1. if(_root.v_face == "L" || _root.v_face == "R")
  2. {
  3.    _parent._parent.changeMouth(1);
  4. }
  5. else
  6. {
  7.    _parent._parent.changeEyelid("shut2w");
  8. }
  9. stop();
  10.