Thanks alot, that does the trick.

Rob

On Wed, 18 Jul 2007 16:45:59 -0400, Rákos Attila <[EMAIL PROTECTED]> wrote:


Set up a matrix which determines the gradient box and pass it to the
beginGradientFill(), e.g:

var m: Matrix = new Matrix();
m.createGradientBox(100, 100);

_grad.graphics.beginGradientFill("linear", [0x0000ff, 0xffffff, 0xffffff, 0x0000ff], [1, 1, 1, 1], [0,85,170,255], m);

  Attila
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to