Tag Archives: AS3 Bible

ActionScript 3.0 Bible Errata

Much like the authors of the original Bible, we authors of the ActionScript 3.0 Bible have caught a lot of heat over discrepancies in our book. Unfortunately, working with several co-authors has its drawbacks and I am not able to … Continue reading

| Tagged , , , , | 2 Comments

Reader Question: Why isn’t event bubbling working

A reader sent me this question. Thanks in advance to Michael: i’m dispatching an event from a sprite after it fades in completely dispatchEvent(new Event(Main.ENTER_SCREEN_COMPLETE)); i’m trying to listen for to this event but for some reason it doesn’t get … Continue reading

Posted in AS3, Flash, Programming | Tagged | Leave a comment

No children on the stage – a confusing Flash CS3 display list issue

A reader wrote to me with an interesting Flash CS3 problem that had me stumped at first (mostly because I use FlexBuilder instead of Flash). I thought I’d post the answer here so we can all benefit from it. The … Continue reading

Posted in AS3, Flash, Programming, Tutorial | Tagged | 2 Comments

Building and Running AS3 Bible Examples

I’ve received several emails from readers who have had trouble running code from the ActionScript 3.0 Bible. You can find a step-by-step guide to running example code in the Introduction to that book. We all know that a picture is … Continue reading

Posted in AS3, Flash, Tutorial | Tagged | 11 Comments