home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_701 / frame_24 / DoAction.as
Text File  |  2005-08-12  |  492b  |  23 lines

  1. stop();
  2. if(this.face == "R")
  3. {
  4.    _parent._parent.gotoAndStop("L");
  5. }
  6. else
  7. {
  8.    _parent._parent.gotoAndStop("R");
  9. }
  10. _parent._parent.changeEyelid("shut2m");
  11. if(_root.main.fr.legsOp.legOp.manOp._currentFrame == 2)
  12. {
  13.    _parent._parent.changeMouth("open1");
  14. }
  15. else if(_root.main.fr.legsOp.legOp.manOp._currentFrame == 3)
  16. {
  17.    _parent._parent.changeMouth("open2");
  18. }
  19. else if(_root.main.fr.legsOp.legOp.manOp._currentFrame == 4)
  20. {
  21.    _parent._parent.changeMouth("haMove");
  22. }
  23.