home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / 3FootNinja.swf / scripts / DefineSprite_379 / frame_60 / DoAction.as
Encoding:
Text File  |  2007-05-31  |  85 b   |  9 lines

  1. if(_root.enemyLeft == true)
  2. {
  3.    this._x += 40;
  4. }
  5. else
  6. {
  7.    this._x -= 40;
  8. }
  9.