So that’s the basic idea, I have one very large movieclip, and I’d like to create a very smooth (eased), tween, that moves it around the stage, on mouse move. so far, I’ve read the “get mouse direction” article, and that’s helped a lot. and I’m calculating the distance the mouse is moving… and that’s all good and dandy,… but I’m having a little trouble converting that into a smooth scroll… I’d like to use tweenmax preferably, and not an on enterframe.
if anyone has a link I could take a look at I’d greatly appreciate it… all I seem to be coming up with are scroll bars.