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

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