Feeds:
Posts
Comments

Archive for November 11th, 2008

To further aide debugging and assurance that you are in fact using your variables as you had intended for them to be used, ActionScript 2.0 has introduced strict data typing to the language. What this is, is the ability to specify what type a certain variable is when it’s created (Number, String, MovieClip, etc.). Then, [...]

Read Full Post »