Archive for the 'Flash' Category
SWFMacMouseWheel – real world example
A couple of weeks ago pixelbreaker released a kick-ass add-on to SWFObject called SWFMacMouseWheel which enables the mousewheel support in Flash for OSX. I was a little bummed on their example code though… so I’ve created a little example of some scrolling textArea components. It uses a simple hitTest to see if mouse is over the textArea and then increments the vPosition accordingly.