home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / sneak_attack.swf / scripts / DefineSprite_114 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  170 b   |  13 lines

  1. if(-400 < _parent._x && _parent._x < 1040)
  2. {
  3.    _parent.gotoAndStop(1);
  4. }
  5. else
  6. {
  7.    _parent.gotoAndStop(2);
  8. }
  9. if(_parent._x < -400)
  10. {
  11.    _parent._x = 6000;
  12. }
  13.