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

  1. if(_parent.double == 1)
  2. {
  3.    _parent._parent.gotoAndStop("down");
  4. }
  5. else if(_parent.side == "L")
  6. {
  7.    _parent._parent.gotoAndStop("R");
  8. }
  9. else if(_parent.side == "R")
  10. {
  11.    _parent._parent.gotoAndStop("L");
  12. }
  13. _parent._parent.changeEyelid("shut2m");
  14. _parent._parent.changeMouth("haMove");
  15. this.pushOnly = 1;
  16.