Hi,
I posted this on a couple of other forums, zero replies.
so are you guys better ;-)
in mx there is the actionscript command beginGradientFill.
it requires a "matrix"
there are two types
one is
matrixType:box, x, y, w, h, r.
which is fairly obvious a box at x,y so wide so high with rotation.
the other is used like this
matrix = { a:200, b:0, c:0, d:0, e:200, f:0, g:200, h:200, i:1 };
the help says based on a 3 x 3 matrix
abc
def
ghi
can anyone explain how this matrix works, the help is, well not much help!
thanks mark
I posted this on a couple of other forums, zero replies.
so are you guys better ;-)
in mx there is the actionscript command beginGradientFill.
it requires a "matrix"
there are two types
one is
matrixType:box, x, y, w, h, r.
which is fairly obvious a box at x,y so wide so high with rotation.
the other is used like this
matrix = { a:200, b:0, c:0, d:0, e:200, f:0, g:200, h:200, i:1 };
the help says based on a 3 x 3 matrix
abc
def
ghi
can anyone explain how this matrix works, the help is, well not much help!
thanks mark