Home

Follow Skinkers.

Recieve all the updates from Skinkers via email:

 

Posts Tagged ‘Bitflags’

1

How to use custom bitwise flags in Actionscript

January 12th, 2010 | AS3, Flex | Matt Bryson

The Alert class in AS3 is a good example of using bitwise flags to specify a configuration without having to set lots of separate Boolean flags.

Its also very easy to create bitflags for yourself, which save time, code and memory! Below is an example of custom bitflags as well as an explanation of how it all works.
Read the rest of this entry »