Cyberspace Nova

MouseControl AS2 class update – added Mac mouse wheel and scrolling area support

July 31, 2008 · 1 Comment

In my previous release of this class MouseControl class – easy adding of mouse scroll wheel capability to Flash (AS2.0)
.
This release is bringing some nice additions,
like possibility of adding a Rectangle area that if mousewheel is used there trigger an assigned function…
example:
mouseControl.addScrollArea(”rect”, new Rectangle(100, 100, 100, 200), Delegate.create($class, traceRect));
where “rect” is id of scrollArea – used for removing a scroll area
second is rectangle parametar for scroll area
third is a function to call on mouse wheel

whole class is now relying on MacMouseWheel class from pixelbreaker

Download the source
Try the example

Categories: Actionscript 2 · Flash _ · Open Source · Web developer

1 response so far ↓

Leave a Comment