MC Scroll Bar Problem

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