Help with lateral scrolling & onEnterFrame

Hi,
I just don’t know how to fix this problem.
I’m developing a website with the navigability based on horizontal scrolling, if you move your mouse on the left, the website will scroll to the right, and viceversa, quite simple.
Everything is arranged using an onEnterFrame that checks the mouse position and assign a new position to the mc. The problem with the onEnterFrame is that each animation on the stage gets really slow, until I kill the onEnterFrame, and everything seems to work fine.
Any ideas?