How many characters in my text Field - In my scrollingText

  • bmcc81
  • Newbie
  • Newbie
  • User avatar
  • Joined: 07 May 2008
  • Posts: 9
  • Status: Offline

Post May 8th, 2008, 1:16 pm

Hi,

I'm trying to learn out how to find how many characters are in a text field and then make an if statement out of it.

I looked up TextField.textWidth and its says indicates the width of the text.
Well I'm not sure if that's what I want.

Basically I want to use it for finding out how many characters in my text field so that I can stop a scrolling text.

  1. function resetPosition() {
  2.     if (trackInfo._width>=15) {
  3.         if (_root.firstload == true) {
  4.             trackInfo._x = 50;
  5.             _root.firstload = false;
  6.         }
  7.     } else {
  8.         trackInfo._x = 112-(trackInfo._width/2);
  9.     }
  10. }
  11.  
  12. this.onEnterFrame = function() {
  13.     if (this.trackInfo._width>=15) {
  14.         if ((this.trackInfo._x+this.trackInfo._width)<0) {
  15.             this.trackInfo._x = 145;
  16.         } else {
  17.             this.trackInfo._x--;
  18.         }
  19.     }
  20. };


What would be the right way of going about finding out how many characters in the textField?
Thanks
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post May 8th, 2008, 1:16 pm

  • bmcc81
  • Newbie
  • Newbie
  • User avatar
  • Joined: 07 May 2008
  • Posts: 9
  • Status: Offline

Post May 8th, 2008, 11:30 pm

or simply...

How do I find out or read, how many character in my text field?

Which is brought in byXML?

Post Information

  • Total Posts in this topic: 2 posts
  • Moderator: Moderator Team
  • Users browsing this forum: No registered users and 130 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© Unmelted Enterprises 1998-2008. Driven by phpBB © 2001-2008 phpBB Group.

 
 
 

Need a pre-made web design for your website?

Check out our templates here: Ozzu Templates