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

  1. this._name = "enemyRoll";
  2. if(_root.enemyLeft == true)
  3. {
  4.    this._x += random(450);
  5. }
  6. else
  7. {
  8.    this._x -= random(450);
  9. }
  10. play();
  11.