home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / robot_warrior.swf / scripts / DefineSprite_161 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-09-05  |  63 b   |  6 lines

  1. this._x -= 0.3;
  2. if(this._x <= -550)
  3. {
  4.    this._x = 240;
  5. }
  6.