# Scroll problem

**URL:** https://forum.kirupa.com/t/scroll-problem/168494
**Category:** Uncategorized
**Created:** [November 7, 2005, 6:27pm UTC](https://forum.kirupa.com/t/scroll-problem/168494 "2005-11-07T18:27:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Vectar](https://avatars.discourse-cdn.com/v4/letter/v/b2d939/32.png) [@Vectar](https://forum.kirupa.com/u/Vectar)
#### Post date: [November 7, 2005, 6:27pm UTC](https://forum.kirupa.com/t/scroll-problem/168494/1 "2005-11-07T18:27:12Z")

</div>

I made a dynamic text field (called theText) that loads in html.

I hooked it up with to self made buttons  
and gave the buttons the following actionscript

on(press) {  
theText.scroll += -1;  
}

This works perfect but i want the scroller to work different.  
Now i have to click to scroll i want to hold in the button to make it scroll.  
Can someone help me with a tip.

Thanks in advance
