i am trying to scroll a regular dynamic text box and it scrolls right when i move my mouse over it, but i have to keep moving it on and off the object to have it scroll right. how do i change this code (this 1 isfor the scroll down button)
on (release) {
news.scroll += 1;
}
to keep scrolling when you put ur mouse on the object, instead of just scrollign one line?