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

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