# Need help with scroll :O)

**URL:** https://forum.kirupa.com/t/need-help-with-scroll-o/87223
**Category:** flash
**Created:** [April 19, 2005, 11:23am UTC](https://forum.kirupa.com/t/need-help-with-scroll-o/87223 "2005-04-19T11:23:59Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Soma](https://avatars.discourse-cdn.com/v4/letter/s/aca169/32.png) [@Soma](https://forum.kirupa.com/u/Soma)
#### Post date: [April 19, 2005, 11:23am UTC](https://forum.kirupa.com/t/need-help-with-scroll-o/87223/1 "2005-04-19T11:23:59Z")

</div>

I’ve made some scroll-text to use with the news-section on my website. Everytime you click on the “scroll-down button” it scrolls down, but only by one line of text. I would really love to be able to hold down the button and then the text would scrool until release. Unfortunately I don’t know how to do this. If Anybody out there know how its done please tell me :O)

This is the piece of [color=black]action i[/color] use on my buttons :

[color=blue]on (release) {  
scrolltext.scroll -= 1;[/color][color=blue]

}

[color=black]My website by the way : [http://www.thebasement.dk](http://www.thebasement.dk/)[/color][/color]
