Entries tagged with as2 (4 items)
Subscribe to entries tagged with as2
-
AS3 Happy bits #2: The DisplayObject Hierarchy 14/May/07
After many years of nonsense we finally have a sane display API to work with,
-
AS3 Sad bits #1: Deep copying or cloning09/May/07
Pass by reference is great but if you need to make deep copies in AS3 you're alone.
-
As2 Class Paths are global variables04/Feb/07
Classpaths are just global variables. Global variables are evil. Therefore...
-
Preloading Video in AS210/Dec/06
Quite obvious actually, but it's easy to preload NetStreams and use them as needed, without having to tie them to NetStream objects upfront.