I'm currently developing a website in Flash (Actionscript 3) and I was wondering how I could make my big background movieclip(2400px - 2200px) scroll up and down with my mouse?
I've read I can use this:
this.addEventListener(MouseEvent.MOUSE_WHEEL, scrollHandler);
But that only works one way... it doesn't know the difference of scrolling up or down... :S
I also heard it only works on windows platforms? I'm looking for a way to make it work on both windows as mac.
Anybody who can help me?
Help














