# Scrolling text

**URL:** https://forum.kirupa.com/t/scrolling-text/65784
**Category:** Uncategorized
**Created:** [September 29, 2004, 3:58pm UTC](https://forum.kirupa.com/t/scrolling-text/65784 "2004-09-29T15:58:34Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![joemama7976](https://avatars.discourse-cdn.com/v4/letter/j/e19b73/32.png) [@joemama7976](https://forum.kirupa.com/u/joemama7976)
#### Post date: [September 29, 2004, 3:58pm UTC](https://forum.kirupa.com/t/scrolling-text/65784/1 "2004-09-29T15:58:34Z")

</div>

I am trying to create scrollable text that scrolls up/down automatically (meaning without having to continously click on the button) when either the user mouses over or clicks on the button. Currently I am using the action script:

on(release)  
{  
scrolltext.scroll -=1;  
}

Any suggestions?

---

<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: [September 29, 2004, 7:56pm UTC](https://forum.kirupa.com/t/scrolling-text/65784/2 "2004-09-29T19:56:09Z")

</div>

hmmz I’m not sure what you want to get.

1. a scrollable text that scrolls (if necessary) when you rollover a button (or two) without having to “click” your mouse. So rollover instead of release.

2. a scrollable text that works like the \<marquee direction=“up”\> your text \</marquee\> code in html.

Because I don’t get your on(release)…  
quoting “(meaning without having to continously click on the button)”
