MouseControl class - easy adding of mouse scroll capability to Flash (AS2.0)

MouseControl class
for now just takes care of Mouse scroll wheel capability in Flash
MouseControl is Singleton class which lets you define movieclips and functions that should be invoked if user uses mouse scroll wheel over defined movie clip
it helps very much in situation when you need to define scrolling functionality in different classed of your Flash site or application[LIST]
[]command addScroll(id, mc, function)
example:
MouseControl.getInstance().addScroll(”area1″, area1, Delegate.create(_root, moveFirst));[/LIST][LIST]
[
]removeScroll(id)
example:
MouseControl.getInstance().removeScroll(”area1″);[/LIST]example SWF : http://hagane.us/as/mousescroll/mousescroll.swf
source ZIP : http://hagane.us/as/mousescroll/MouseScroll.zip

[URL=“http://hagane.us/as/mousescroll/MouseScroll.zip”]