Issue:
This concerns a bug Dan posted to the list :
There is also another major bug that should be fixed up in 2.5x.
The precreate event gets called multiple time (an extra time for each time it's nested).
The DynObject.flagPrecreate() method is set up incorrectly.
The fix I did in my working copy isn't compatable with v2.5, so someone else will have to do a quick fix.
More info:
The yellow layer has an eventlistener for oncreate, and for onprecreate.
Normally each should be called once, but onprecreate is being called once for each time the layer is nested.
Update 5/Nov/2001 :
This issue has been resolved by adding a test to DynObject.flagPrecreate as suggested my Michael Pemberton, so flagPrecreate is only run the first time.
This might not be the best definite solution, but at least clears up this bug for the time-being.