Category Archives: AS3 Code Snipits

Where I will drop once in a while ideas and small things that can help our students and/or the web

AS3 The Pythagorean Theorem in Action

by | October 22nd, 2012 |AS3 Code Snipits | 0 Comments

Learn how to use the Pythagorean Theorem to calculate the distance between two dots. We will see this theorem in action using ActionScript. The equation is very simple and magical(a squared plus b squared equals c squared). Its probably the only thing you remember from math lessons in high school but what is its real [...]

Read More

Developer Basics and Math Chalange

by | June 30th, 2011 |AS3 Code Snipits | 15 Comments
math

Ready for a fun challenge? Its all about helping you ease into becoming that amazing developer that we all know you are. well Its simple help us create together a nice library of math and math related functions (based on our Developer Basics classes). Every member will win some points while if we reach our [...]

Read More

AS3 String to Number conversions

by | April 22nd, 2011 |AS3 Code Snipits | 0 Comments
How to deal with Hex values

This post will be short. We’ve been playing in our school and with our rocking students with converting number and strings. It’s kind of hard to see functional places where we can use this, so I thought I can show you something really small from a current project I’m working on that can be a [...]

Read More