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

  1. _parent._parent.gotoAndStop("front");
  2. if(_parent.side == "L")
  3. {
  4.    _parent._parent.changeEyeballs("Ldown","down","Rdown");
  5. }
  6. else if(_parent.side == "R")
  7. {
  8.    _parent._parent.changeEyeballs("Rdown","Rdown","down");
  9. }
  10. _parent._parent.changeEyelid("shut2");
  11. _parent._parent.changeMouth(1);
  12. _root.hideBtn.show();
  13.