I try Away 4.1 with ASC2 in FlashDevelop. All work, but in output panel have many Warnings like:
Warning: Initializer value NaN is not valid for type ‘uint’. An initial value of 0 will be used instead.
public function Vertex(x:Number = 0, y:Number = 0, z:Number = 0, index:uint = NaN
...
D:FLASH LABAwayaway3d-core-fp11_4_1_0_Alphaaway3d-core-fp11_4_1_0_Alphasrcaway3dcorepartitionNodeBase.as:88
Warning: Assignment within conditional. Did you mean == instead of =?
} while ((node = node._parent));)
It is normal for Away?