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

  1. if(_parent.side == "L")
  2. {
  3.    _parent._parent.gotoAndStop("R");
  4. }
  5. else if(_parent.side == "R")
  6. {
  7.    _parent._parent.gotoAndStop("L");
  8. }
  9. _parent._parent.changeEyelid("shut2m");
  10. _parent._parent.changeMouth("open2m");
  11.