home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / bubble_tanks_2.swf / scripts / DefineSprite_555 / frame_8 / DoAction.as
Encoding:
Text File  |  2008-09-02  |  274 b   |  6 lines

  1. stop();
  2. this.up_txt.text = "Up = " + OutputValue(_global.avatarUp);
  3. this.down_txt.text = "Down = " + OutputValue(_global.avatarDown);
  4. this.left_txt.text = "Left = " + OutputValue(_global.avatarLeft);
  5. this.right_txt.text = "Right = " + OutputValue(_global.avatarRight);
  6.