home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / synj_sneak_attack.swf / scripts / DefineSprite_235 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-10-06  |  226 b   |  12 lines

  1. if(_parent._x < 700 && 0 < _parent._x && _parent.ball._currentFrame < 11)
  2. {
  3.    _parent._x += _parent.speed;
  4.    _parent.gotoAndStop(1);
  5. }
  6. else
  7. {
  8.    _parent._x = -107;
  9.    _parent._y = 13;
  10.    _parent.gotoAndStop(2);
  11. }
  12.