# Scroll help please

**URL:** https://forum.kirupa.com/t/scroll-help-please/133846
**Category:** Uncategorized
**Created:** [January 12, 2005, 12:55pm UTC](https://forum.kirupa.com/t/scroll-help-please/133846 "2005-01-12T12:55:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [January 12, 2005, 12:55pm UTC](https://forum.kirupa.com/t/scroll-help-please/133846/1 "2005-01-12T12:55:21Z")

</div>

hi everyone –

I have a dynamic text field in my movie that I am attempting to scroll without using components. I’d rather not “see” a scroller per se, but, rather “up” and “down” arrows right next to each other.

This is what I have applied to the down button so far:

```auto
on (press) {
	radiatorText.scroll+=2
	}

```

With this code, the user must click everytime to advance the text two lines, how can I alter or add to the code so that it scrolls when the button is held down???

Can’t seem to find a tutorial on this anywhere.

Thanks :0
