home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_693 / frame_14 / DoAction.as
Text File  |  2005-08-12  |  223b  |  7 lines

  1. if(_parent.side == "L" && _root.v_face == "L" || _parent.side == "R" && _root.v_face == "R")
  2. {
  3.    _parent._parent.gotoAndStop("down");
  4.    _parent._parent.changeEyelid("shut2");
  5.    _parent._parent.changeMouth("ha");
  6. }
  7.