Question
automatic scrolling
I am sure this is an easy process, can someone assist me with
the code to make my dynamic text box automatically scroll?
I have gotten this far, but can't think of what to do next.
onEnterFrame = function(){
this.ongoingEvents_txt.scroll -=10;
}
any suggestions are much appreciated. Thanks.
I have gotten this far, but can't think of what to do next.
onEnterFrame = function(){
this.ongoingEvents_txt.scroll -=10;
}
any suggestions are much appreciated. Thanks.