# Scrolling loaded movies

**URL:** https://forum.kirupa.com/t/scrolling-loaded-movies/46470
**Category:** flash
**Created:** [March 24, 2004, 10:05pm UTC](https://forum.kirupa.com/t/scrolling-loaded-movies/46470 "2004-03-24T22:05:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Danneman](https://avatars.discourse-cdn.com/v4/letter/d/b19c9b/32.png) [@Danneman](https://forum.kirupa.com/u/Danneman)
#### Post date: [March 24, 2004, 10:05pm UTC](https://forum.kirupa.com/t/scrolling-loaded-movies/46470/1 "2004-03-24T22:05:37Z")

</div>

Ive made two simple up/down buttons, that “scrolls” a loaded movie by the following code (lets say the movie is loaded to level 5):

\_level5.\_y += 5;

Very simple.

Well, Id like to be able to hold down the button and have the movie scroll continously, like the scroll++ code does for textboxes.

Is that possible?

Thanks
