home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / roam-and-protect.swf / scripts / DefineSprite_400 / frame_3 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  161 b   |  7 lines

  1. if(alive eq "true")
  2. {
  3.    _X = _X - _root.trucksmove;
  4.    eval("_root." add _name)._x = (_X - _parent.targbox._x) * 10;
  5.    gotoAndPlay(_currentframe - 1);
  6. }
  7.