Comment 4 for bug 1008750

Revision history for this message
Niel Drummond (niel-drummond) wrote :

This kind of error happens when you use a static initializer, e.g. you instantiate a Sprite in a static variable, or if you do not call super() early enough in the constructor to an extended DisplayObjectContainer.