home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / robot_warrior.swf / scripts / DefineSprite_41 / frame_9 / DoAction.as
Encoding:
Text File  |  2006-09-05  |  169 b   |  7 lines

  1. haba = Math.abs(_parent._parent._x) - Math.abs(_root.stage.topmain.main._x);
  2. if(haba > 2000)
  3. {
  4.    _root.stage.SetEnemy(_parent._parent.no);
  5. }
  6. this.gotoAndPlay(4);
  7.