home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_700 / frame_58 / DoAction.as
Text File  |  2005-08-12  |  308b  |  15 lines

  1. if(this.level2 == 1)
  2. {
  3.    if(_root.v_face == "up")
  4.    {
  5.       _parent._parent.gotoAndStop("front");
  6.    }
  7.    _parent._parent.changeEyelid("half");
  8.    _parent._parent.changeEyeballs("down","down","down",0,1);
  9.    _parent._parent.changeMouth("open2");
  10. }
  11. else
  12. {
  13.    _parent._parent.changeMouth(1);
  14. }
  15.