Getting the ScrollPane in flash to work with a mouse wheel can be tricky. It will not allow the mouse wheel to scroll if there is not actual content right underneath the mouse pointer. This can be cumbersome for dynamic content in the pane. To fix this, you can use the following AS3 code to […]
Flash and the Scroll Wheel in the Browser
Book: Head First C#
I’ve had the need to learn more application programming other than just web-based scripts. So as one of my first adventures into Microsoft Visual Studio 2008, I chose C#(that’s pronounced ‘see sharp’) and picked up the Head First C#. I must admit that Head First uses a very unique method of teaching, but while they […]