# Custom Scroll Button

**URL:** https://forum.kirupa.com/t/custom-scroll-button/149572
**Category:** flash
**Created:** [May 30, 2005, 7:58pm UTC](https://forum.kirupa.com/t/custom-scroll-button/149572 "2005-05-30T19:58:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![imported\_Musoka](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/imported_musoka/32/1328_2.png) [@imported\_Musoka](https://forum.kirupa.com/u/imported_Musoka)
#### Post date: [May 30, 2005, 7:58pm UTC](https://forum.kirupa.com/t/custom-scroll-button/149572/1 "2005-05-30T19:58:46Z")

</div>

[FONT=Trebuchet MS]I have a dynamic textbox I would like to scroll.

Currently I have 2 images set to scroll up and down with the following actionscript.

[AS]on(release) {  
contact\_txt.scroll -= 1;  
}[/AS]

The code works fine, though I want when I press, the box to keep scrolling. Currently I have to press, press, press, press, to get a small amount down.[/FONT]
