brlrt / away3d

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

[Broomstick] Event.Enter_Frame not dispatched on ObjectContainer3D #156

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a scene with a class extending ObjectContainer3D
2. In that class, add an enterframe eventlistener

What is the expected output? What do you see instead?
I expect it to fire off the event, but it does not! Listening to the view does 
work however!

What version of the product are you using? On what operating system?
Away3D Broomstick, revision 3047. Windows XP, Flash player 11

Please provide any additional information below.

I think the standard event system should be added to the Object3D container and 
other 3D classes, since flash (eg: movieclips, sprites, 
displayObjectContainers) can also listen to the enterframe event.

Original issue reported on code.google.com by basvanzu...@gmail.com on 21 Mar 2011 at 1:34