Hi
I use Flash MX 2004 Pro, i have the following code on my custom buttons for scrolling text
on (release) {
scrolltext.scroll -= 1;
}
I was wondering how do i make it so that when the user is still hovered over the button, the content keeps scrolling until they roll out. I tried changing the “release” to “rollOver”, but it still works as like the release which is you gotta keep clicking for continuous scroll. I presume i probably have to use some sort of while or something, but i’m not sure how to go about it…?
thanks!