A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Is there a limit on characters in a scroll text box?

  1. #1
    Member
    Join Date
    Feb 2001
    Posts
    49
    I built a scrolling text box from a tutorial here. I'm psyched it actually worked, BUT I noticed that if I put a ton of text in, it wouldn't work. When I took some out it did work. I had to keep playing with it and edit the text down. Even if I put some (\r) returns in, it counted that. Is there a way to set the box to accept more characters?

  2. #2
    Banned-ed-er-ing WMLeeBo's Avatar
    Join Date
    Mar 2001
    Posts
    1,482
    do you have a maxscroll set?

  3. #3
    Member
    Join Date
    Feb 2001
    Posts
    49
    no..this is what I have...maybe you could take a look.

    onClipEvent (enterFrame){if(frameCounter%speedFactor==0)
    {if(scrolling=="up"&&daTextBox.scroll>1){daTextBox .scroll--;}
    else if(scrolling=="down"&&daTextBox.scroll<daTextBox.m axscroll){daTextBox.scroll++;}frameCounter=0;} frameCounter++;}

    What do you think?

  4. #4
    Member
    Join Date
    Feb 2001
    Posts
    49
    Does anyone know how I can get more text in my scrolling textbox?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center