I am loading a text file into a textfield. No problems just wanna tweak it a little bit. The way it is now, the user must continiously click the arrows to scroll. I want it to be where they just click once, and if they hold down the mouse, the textfiled continues to scroll.
here is mode code:
[AS]
on(press){
updates.scroll = updates.scroll-1 ;
}
[/AS]
Hope someone can figure this out, even if it involves changing my code completely.
Thanks Always
you have to use a movieclip and onEnterFrame …
this thread might help…
http://www.kirupaforum.com/forums/showthread.php?s=&threadid=19278&highlight=timer
there is a file in there that has continuously scrolling text buttons…
hey nice job jubba thank you very much. this will definatlly help. the only problem is the people where i work, want to update this section via textfile. imma give it a go and see if i can do this with a textfile before asking you how…
thanks again
yeah its possible to do it with a text file. Just a simple loadVariables() the buttons don’t affect the text other than the scrolling. 
yeah, I have to start working with intervals…
well, all you need is practice… it’s not hard at all. =)