scrollable text -more than one line each time I click on the Up/down button- ?
I have buttons to scroll the (dynamic) text. Now, I have to click each time for one line up, or downn. So, if I want to scroll up/down I have to click, click, click.
Instead of that, I want that -if you click on the button, the text scrolls automatically up/down as long as you hold the left-mouse-key down(like the arrows in a normal scrollbar do).
Does anyone know a resolution? Now I use the button action-code:
On (release) {
tekst.scroll-=1
}
bye!
Alices
:confused: