home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / rocket_rush.swf / scripts / DefineSprite_542 / frame_22 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  232 b   |  13 lines

  1. _parent.keep_distance -= 10;
  2. if(_parent.render_z < 30)
  3. {
  4.    _parent.keep_distance = 700;
  5.    _parent.follow_ratio = 600;
  6.    _parent._parent.player.getBitten();
  7.    this.gotoAndPlay(23);
  8. }
  9. else
  10. {
  11.    this.gotoAndPlay(21);
  12. }
  13.