# MC Scroll Bar Problem

**URL:** https://forum.kirupa.com/t/mc-scroll-bar-problem/170714
**Category:** flash
**Created:** [November 29, 2005, 1:55am UTC](https://forum.kirupa.com/t/mc-scroll-bar-problem/170714 "2005-11-29T01:55:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mpnaz](https://avatars.discourse-cdn.com/v4/letter/m/c68b51/32.png) [@mpnaz](https://forum.kirupa.com/u/mpnaz)
#### Post date: [November 29, 2005, 1:55am UTC](https://forum.kirupa.com/t/mc-scroll-bar-problem/170714/1 "2005-11-29T01:55:03Z")

</div>

Hey all,

I’m making a website, and i’ve got a mc loading into the main movie. in this mc i’m got a scroll bar, which works by itself, but once loaded into the movie it doesn’t work. The code for the down button on the scroll bar is:

y = getProperty("\_root.text5.content5", \_y);  
if (y\>0) {  
gotoAndStop(1);  
} else {  
setProperty("\_root.text5.content5", \_y, y+6);  
}

I’ve tried removing the “\_root.” part of the code but it doens’t affect it. The mc is called im.swf. If you need more info on the code or the actual mc let me know and i’ll post it.

Thanks alot!

Matt
