Hello my friends,
I´ve bought the 3D in Flash Book from Rob Bateman.
Unfortunately I´m getting in trouble with the first example (Chapter2).
I´ve written the MyFirstApp.as and stored it in same folder like my projekt.fla
Downloaded the Away3D src file and config the source path in Flash.
I´m writing in my projekt.fla these 3 lines of code for the simple cube:
import away3d.primitives.Cube;
var cube:Cube = new Cube();
_view.scene.addChild(cube);
an received the following decompiling errors
E:Projekte2011Erstes Away3dProjektAWAY3Dsrcaway3dcorebaseSubGeometry.as, Zeile 158 1046: Typ doesen´t found….. Kompilierungszeit-Konstante: VertexBuffer3D.
Can anybody help me? Did I have the wrong Away3D src?