|
-
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
-
Senior Member
Hi,
Try the fla file from http://www.angelfire.com/electronic2...rt/scroll.html - it uses 2 buttons to set the direction of scrolling. on press, scroll and on release stop scrolling using a variable, there is also a movie clip with an enterFrame event that continually checks the variables value and keeps the scrolling going (while one of the buttons is pressed)
-
a few days later..
hi,
holidays, so few days later:
super!!
Thanks!
think/hope that's gonna work (although I use dynamical textfield instead of a Var).

bye!
Alices
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|