Monthly Archives: August 2010

Bitwise Operations in ActionScript 3

We – Flash Engineers – rarely use these operators, but when we do, performance and efficiency are in mind.  Bitwise operators are used to manipulate bits of data/variables, they operate on single or sets/pairs of bits – otherwise known as … Continue reading

Posted in Binary, Flash AS3 | Tagged , , , , , | 3 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

Learning JAVA

Yep, I’ve just ordered the Head First JAVA book and will be diving”head first” into JAVA.  Anyway I look at it, JAVA is becoming the main development platform with its common work-flow and cross-compilers to accommodate different environments. I can’t … Continue reading

Posted in JAVA | Tagged | 1 Comment

AS3 Array vs Vector

Another great new feature of AS3 and Flash Player 10 is the Vector Class.  Vectors are a lot like Arrays, in that they’re unsorted lists which can hold values/variables – with one caveat – they can only hold one type … Continue reading

Posted in Array, Flash AS3, Syntax, Vector | Tagged , , , , , , | 12 Comments