# Grr.Scrolling text

**URL:** https://forum.kirupa.com/t/grr-scrolling-text/13046
**Category:** flash
**Created:** [February 8, 2003, 1:28am UTC](https://forum.kirupa.com/t/grr-scrolling-text/13046 "2003-02-08T01:28:18Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![joeytomatoes](https://avatars.discourse-cdn.com/v4/letter/j/ecae2f/32.png) [@joeytomatoes](https://forum.kirupa.com/u/joeytomatoes)
#### Post date: [February 8, 2003, 1:28am UTC](https://forum.kirupa.com/t/grr-scrolling-text/13046/1 "2003-02-08T01:28:18Z")

</div>

Why isn’t it scrolling on my index page.It works perfectly when I preview it in Flash HTML,but not when I upload the .swf to the web.

Here what I have.

up button  
variable = legal.scroll  
value = legal.scroll-1  
checked the expression box

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

down button  
variable = legal.scroll  
value = legal.scroll=legal.scroll+3  
checked the expression box

on (release) {  
legal.scroll = legal.scroll=legal.scroll+3;  
}

I have no little a’s on the buttons on the time line.  
I have one on the text field.

Dynamic  
Multiline  
Wordwrap  
Selectable

Variable name is _legal_

As found in the MMFlash 5 AS Reference Guide that came with the program,page 87

Thanks in advance for the help.

---

<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: [February 9, 2003, 6:17am UTC](https://forum.kirupa.com/t/grr-scrolling-text/13046/2 "2003-02-09T06:17:44Z")

</div>

well if it works in the preview thing its probalby not the flash code problem i’m guessing…

what happens if you view it on the web? is itjust blank or something?

---

<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: [February 9, 2003, 12:09pm UTC](https://forum.kirupa.com/t/grr-scrolling-text/13046/3 "2003-02-09T12:09:30Z")

</div>

> \*Originally posted by blah-de-blah \*  
> \*\*well if it works in the preview thing its probalby not the flash code problem i’m guessing…

what happens if you view it on the web? is itjust blank or something? \*\*

It’s on my homepage,it just hiccups when you try to scroll.

---

<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: [February 9, 2003, 4:22pm UTC](https://forum.kirupa.com/t/grr-scrolling-text/13046/4 "2003-02-09T16:22:23Z")

</div>

Well,I got it to work in IE,but not in Opera 6.05.It just freezes in opera,stating the script runs too slow???
