home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / the_beard.swf / scripts / DefineSprite_710 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-23  |  132 b   |  12 lines

  1. loc = this._parent._parent;
  2. loc.xvel = 0;
  3. loc.yvel = 0;
  4. if(loc._xscale > 0)
  5. {
  6.    loc._x -= 5;
  7. }
  8. else
  9. {
  10.    loc._x += 5;
  11. }
  12.