ok, i’m a little unsure how to word this. Basically I am working on a scroll window. I have my content called mc_content, and a scroll bar called mc_scroll. Then I have a mask for the viewable area called mc_box. If I want mc_content to move up when I move the mc_scroll down, but in the same ratio with mc_box. how would I write the math for the ._y property for mc_content?
Thanks