0
Im confused, я передал матричный тип данных в this.graphics.beginBitmapFill(); и я получаю неявное принуждение значения типа. ниже мой код.1067: Неявное принуждение значения типа void к несвязанному типу flash.geom: Matrix
var theMatrix:Matrix;
theMatrix = new Matrix();
this.graphics.beginBitmapFill(tileImage,theMatrix.translate(30,0));
this.graphics.endFill();
и followig веточки ошибка
1067: Implicit coercion of a value of type void to an unrelated type flash.geom:Matrix.
Да, я понимаю, спасибо за вашу помощь, хотя – numerical25