Understanding Functions
There is a very short list of programming structures you have to learn to be reasonably comfortable in most modern object-oriented languages. Functions are one of them. Bang on De Drum All Day Here’s a secret about programmers: they are inherently lazy. The less typing a programmer can do, the better. Programming is all about [...] Keep Reading
AS3 Helper Class – RandomBoolean
We are building an AS3 Helper class to speed up development on Actionscript 3 projects. Feel free to use these methods in your own Helper class, or to share your own methods that you find useful. RandomBoolean() 1 2 3 4 5 6 7 8 9 10 public class Helper { /** * Returns Boolean [...] Keep Reading
AS3 Helper Class – RadiansToDegrees and DegreesToRadians
We are building an AS3 Helper class to speed up development on Actionscript 3 projects. Feel free to use these methods in your own Helper class, or to share your own methods that you find useful. FindAngle() 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 public class [...] Keep Reading
AS3 Helper Class – FindAngle
We are building an AS3 Helper class to speed up development on Actionscript 3 projects. Feel free to use these methods in your own Helper class, or to share your own methods that you find useful. FindAngle() 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 public class Helper [...] Keep Reading




