Home > Blog > AS3 Helper Class
Page 1 of 212
 
Dear RIM Blackberry Playbook People: Please Put that Shit on a Button

Dear RIM Blackberry Playbook People: Please Put that Shit on a Button

Dear RIM Blackberry Playbook People, Thank you for sending me a Playbook. i like it very much. i didn’t very much like the steps involved to put my work on the device, though. It was the most needlessly complicated thing i’ve had to do in all my life. i’d like to see the Playbook succeed, [...] Keep Reading

 
 
Understanding Functions

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

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

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

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

 
Page 1 of 212