Got Away3d and examples to it from here:
http://away3d.com/download/
And now i’m trying to build something using this tutorial (but with RC version):
http://www.mclelun.com/blog/2011/08/flashdevelop-stage3d-away3d/
AnimatedBitmapMaterialTest.as run without any problems, But when building examples where resources are used, compiler says that i’m stupid cuz:
***\examples_4_0_0_broomstick\src\EnvMapDiffuseTest.as(151): col: 45 Error: Type was not found or was not a compile-time constant: ResourceEvent.
Because the core does not have them:
import away3d.events.ResourceEvent;
import away3d.loading.ResourceManager;
Nor in the API reference:
http://away3d.com/livedocs/away3d-core-fp11/
Perhaps the examples are outdated and use the old resource manager?