# Help with scrolling text

**URL:** https://forum.kirupa.com/t/help-with-scrolling-text/2684
**Category:** flash
**Created:** [May 10, 2002, 3:53pm UTC](https://forum.kirupa.com/t/help-with-scrolling-text/2684 "2002-05-10T15:53:56Z")
**Posts on this page:** 5
**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: [May 10, 2002, 3:53pm UTC](https://forum.kirupa.com/t/help-with-scrolling-text/2684/1 "2002-05-10T15:53:56Z")

</div>

Hey I tried the tutorial for the actionscript scrolling text…when I try it with the available source code it works…when I try to do it in my own flash movie I cant get the text to scroll…I have double, trippled and many more times checked that I have the right code for the buttons and for the text to scroll…I do. But when I go and test the movie I cant get the buttons to scroll the text…any suggestions? Thanks

---

<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: [May 10, 2002, 4:55pm UTC](https://forum.kirupa.com/t/help-with-scrolling-text/2684/2 "2002-05-10T16:55:20Z")

</div>

when I test the movie the output box reads as follows:\r\rSymbol=arrow down, Layer=Layer 1, Frame=1: Line 1: Statement block must be terminated by ‘}’\r on (press, release, keyPress “\<Down\>”) {\r\rSymbol=arrow down, Layer=Layer 1, Frame=1: Line 6: Syntax error.\r\rCould someone also tell me what the output box is for?.. \r…and the text is still not scrolling ☹

---

<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: [May 10, 2002, 4:58pm UTC](https://forum.kirupa.com/t/help-with-scrolling-text/2684/3 "2002-05-10T16:58:56Z")

</div>

Statement block must be terminated by ‘}’\r\r\ryou are missing a } at the end of your code\r\rand as long as everything is named correctly it should work fine.

---

<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: [May 10, 2002, 5:04pm UTC](https://forum.kirupa.com/t/help-with-scrolling-text/2684/4 "2002-05-10T17:04:00Z")

</div>

GREAT!!! It works…Thanks!..so everytime I have a problem I should look at the output box? and whatever is in between quotation marks ’ ’ is what’s wrong?

---

<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: [May 10, 2002, 5:24pm UTC](https://forum.kirupa.com/t/help-with-scrolling-text/2684/5 "2002-05-10T17:24:18Z")

</div>

that depends on what the problem is. But if it says that something is missing or it expects something, then you should change it.
