# Help! won't stop scrolling

**URL:** https://forum.kirupa.com/t/help-wont-stop-scrolling/245174
**Category:** Uncategorized
**Created:** [November 27, 2007, 4:42am UTC](https://forum.kirupa.com/t/help-wont-stop-scrolling/245174 "2007-11-27T04:42:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Denise032](https://avatars.discourse-cdn.com/v4/letter/d/9e8a1a/32.png) [@Denise032](https://forum.kirupa.com/u/Denise032)
#### Post date: [November 27, 2007, 4:42am UTC](https://forum.kirupa.com/t/help-wont-stop-scrolling/245174/1 "2007-11-27T04:42:57Z")

</div>

I have a textbox set up which is being masked. Then two buttons to scroll the text up and down. I actually wanted the buttons to be movieclips, but I settled because mc’s weren’t working…anyway…

The issue I’m looking to get resolved: As you scroll down, the text won’t stop scrolling when it gets to the end (and as you scroll up, it goes higher than where the text begins).

I tried using .scroll property, but that doesn’t seem to be working. For example, I tried on the down btn:

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

I’ve attached the current files I’m working with, so you all can see the AS.
