dear all:
i try to generate a very sample demo by flex 4.6.0 . only 1 code in it:
package {
import away3d.containers.View3D;
import flash.display.Sprite;
public class tBattle extends Sprite {
public function tBattle() {
var myV:View3D=new View3D();
}
}
}
but when i run it, the player output a error:
VerifyError: Error #1053: Illegal override of z in away3d.containers.View3D.
whould you tell me that’s why? plz~ thx a lot~