weimingtom / nekonme

Automatically exported from code.google.com/p/nekonme
0 stars 0 forks source link

root (Lib.current) should trigger addedToStage event #214

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Example code:

Lib.current.addEventListener(Event.ADDED_TO_STAGE, function(e) { trace("added") 
});

Flash player sends addedToStage when stage is ready,
and at least cpp target not.

It could be replaced by Event.ENTER_FRAME handler, so it's not a big deal 
though.

Original issue reported on code.google.com by scythianfuego on 21 Mar 2012 at 12:36