# Auto Scrolling

**URL:** https://forum.kirupa.com/t/auto-scrolling/210517
**Category:** flash
**Created:** [December 19, 2006, 5:29pm UTC](https://forum.kirupa.com/t/auto-scrolling/210517 "2006-12-19T17:29:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![chyv1083](https://avatars.discourse-cdn.com/v4/letter/c/ba9def/32.png) [@chyv1083](https://forum.kirupa.com/u/chyv1083)
#### Post date: [December 19, 2006, 5:29pm UTC](https://forum.kirupa.com/t/auto-scrolling/210517/1 "2006-12-19T17:29:52Z")

</div>

How can i make a dynamic text box scroll automatically and pause when the user mouses over the text?

on one of my buttons I have this actionscript (right now i have it scrolling manually with up and down buttons).

on (release) {  
txtBox.scroll+=1;  
}
