Author Archives: Uwe Holland

Using Callback Commands instead of Events

Recently I’ve read posts about the speed advantages of callbacks over events on the blogs of Troy Gilbert and Jackson Dustan. But instead of using a strategy like stated in the comment here we use something which we call CallbackCommand and relies to the command pattern. It’s some kind of proxy command to call methods [...]

Posted in AS3, Commands, Events, Optimization | 6 Comments

AS3: TimelineEvent, LabelEvent, FrameEvent

I know it’s an old subject but I didn’t use the combination of AS3 and timeline animations for my projects so far.
Coming from Big Spaceship, Adobe DevNet / TimelineWatcher and Bytearray.org I wanted a clean solution to recognize FrameLabels on a timeline without using EnterFrame (which fails if you want to address newly instantiated timeline [...]

Posted in AS3, Development, Events, Flash, Timeline | 2 Comments

Welcome

Hello Blog!
rg.addChild(new Blog());

Posted in Common | Tagged | Leave a comment