# Scrolling...flash5

**URL:** https://forum.kirupa.com/t/scrolling-flash5/17571
**Category:** Uncategorized
**Created:** [April 7, 2003, 3:39am UTC](https://forum.kirupa.com/t/scrolling-flash5/17571 "2003-04-07T03:39:40Z")
**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: [April 7, 2003, 3:39am UTC](https://forum.kirupa.com/t/scrolling-flash5/17571/1 "2003-04-07T03:39:40Z")

</div>

can someone help me please…

I am trying to make a movie clip (550 x 1500) scroll up and down on a stage that is 550 x 400.

I am asking for one of you ‘flash Gods’ to see me through this… all though, there is currently no reward : (

I have:

1: the MC of text to be scrolled (550 x 1500)  
2: up button  
3: down button

…anyone know the code? (flash 5)

Thanks a bunch,  
/sean m.

---

<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: [April 7, 2003, 6:40am UTC](https://forum.kirupa.com/t/scrolling-flash5/17571/2 "2003-04-07T06:40:03Z")

</div>

i’ve read the post a little further down in the forum (regarding scrolls with dynamic text), but i’m interested in scrolling a movie clip.

thanks,  
/sm:crazy:

---

<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: [April 16, 2003, 6:46am UTC](https://forum.kirupa.com/t/scrolling-flash5/17571/3 "2003-04-16T06:46:53Z")

</div>

hi sean,

well i could give you a solution,

is your text to move when you press a button? if so loook here:

add this to the frame your working on:

speed = 5;  
//or whatever number

add this to up button:

on(press){  
txt.\_y-=speed  
}

add this to the down button:

on(press){  
txt.\_y+=speed  
}

and make the texts instence name txt.

if you have any problems PM me. 🙂

---

<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: [April 20, 2003, 11:19pm UTC](https://forum.kirupa.com/t/scrolling-flash5/17571/4 "2003-04-20T23:19:06Z")

</div>

I haven’t tried it yet, but I’ll let you know how it works. Thanks for your reply(-:

/sm

---

<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: [April 20, 2003, 11:37pm UTC](https://forum.kirupa.com/t/scrolling-flash5/17571/5 "2003-04-20T23:37:45Z")

</div>

That worked BRILLIANTLY!

Thanks so much for your help DMX 🙂

/sean
