Tag Archives: example

Dictionary Class in AS3

When was the last time you used the Dictionary? No, seriously, when was the last time??? [as3] var dictionary:Dictionary = new Dictionary(); [/as3] Perhaps one of the most interesting additions to the ActionScript 3 language is the new Dictionary Object. … Continue reading

Posted in Flash AS3, Syntax | Tagged , , , , , , | 2 Comments

Hello World in Java

I’m getting ahead of myself. I can’t wait for the book to arrive so I’ve been reading up the “WikiPedias” about Java and successfully setup Eclipse and ran a Hello World program. It’s not much, but it’s one step closer … Continue reading

Posted in JAVA | Tagged , , , , , | Comments Off on Hello World in Java