home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_462 / frame_8 / DoAction.as
Text File  |  2005-08-12  |  283b  |  21 lines

  1. if(_parent.footBtn.mon == 1)
  2. {
  3.    stop();
  4. }
  5. else if(_parent._parent._parent.suneR.suneR1._currentFrame != 4)
  6. {
  7.    move = Math.floor(Math.random() * 2);
  8.    if(move == 0)
  9.    {
  10.       gotoAndPlay(9);
  11.    }
  12.    else
  13.    {
  14.       gotoAndPlay(1);
  15.    }
  16. }
  17. else
  18. {
  19.    stop();
  20. }
  21.