Hey There, I got a little problem:
I use WASD to walk my first person character around the screen. Now, I also load an external interactive 2D SWF into the stage at specific time. This SWF uses keyboard disable and keyboard enable at specific points.
When I use keyboard disable, the whole keyboard gets disabled, which is good, because I don’t want people to walk around when using the SWF.
However, when the external swf calls the keyboard enable method, the keyboard gets enabled inside the external swf, but not in the 3D app.
So basicly the keyboard.enable method doesnt work in away3D when calling it from an external swf file.
Does anyone have a solution/workaround for this?
thanks!
-Q