Hi there,
I wanted to say thank you for your tutorial on “Scrolling Dynamically Loaded Text” (http://www.kirupa.com/developer/mx/dynamic_scroller.htm). It works great!
My follow up question is how to create custom scroll buttons using this feature?
I am used to creating my own scroll buttons using the this code in Flash MX:
on (press) { this.welcom_txt.scroll -=1; }
Any suggestions on how to incorporate this into your “scrolling Dynamicly loaded text” idea?
Thanks so much,
-realdoyle