Get $500+ of the best After Effects files, video templates and music for only $20!

Browsing Author

Jason Killian

Understanding Bitwise Operators

Understanding Bitwise Operators

Bitwise operators are those strange looking operators that may look hard to understand… but not any more! This easy to follow article will help you understand what they are and how to use them, with a couple of practical examples as well to show you when and why you’d need them.

Number Systems: An Introduction to Binary, Hexadecimal, and More

Number Systems: An Introduction to Binary, Hexadecimal, and More

Ever see crazy binary numbers and wonder what they meant? Ever see numbers with letters mixed in and wonder what is going on? You’ll find out all of this and more in this article. Hexadecimal doesn’t have to be scary.

Building a Better Bitmap Button in AS3

Building a Better Bitmap Button in AS3

Building a button from a bitmap can be bothersome. If you’re using the Flash IDE, you can create a mask to determine which pixels are part of the button and which aren’t, but in any other workflow, the entire rectangle containing the bitmap – including any transparent pixels – will be clickable. In this tutorial, you’ll learn how to automatically make all transparent pixels unclickable, with just a few lines of code.