RE: [Flashcoders] [as3] colorTransform

2007-04-10 Thread Petro Bochan
ilteris kaplan Hello flashcoders, Once again, And after this I am not going to bother you for a while, I am trying to do basic colorTransform in as3. I am following docs from different places and the way I set i up is below: Unfortunately, I am missing something here. I would appreciate any

Re: [Flashcoders] [as3] colorTransform

2007-04-10 Thread ilteris kaplan
Thanks Petro. It's interesting that if I set the this line _sprite.graphics.beginFill(0xFF); it doesn't work but if I set it like _sprite.graphics.beginFill(0xAABBCC); it works. Does anyone has any idea why? On 4/10/07, Petro Bochan [EMAIL PROTECTED] wrote: ilteris kaplan Hello

RE: [Flashcoders] [as3] colorTransform

2007-04-10 Thread Petro Bochan
ilteris kaplan Thanks Petro. It's interesting that if I set the this line _sprite.graphics.beginFill(0xFF); it doesn't work but if I set it like _sprite.graphics.beginFill(0xAABBCC); it works. Does anyone has any idea why? Hi ilteris, Hmm, this looks fairly weird, though there is a

[Flashcoders] [as3] colorTransform

2007-04-09 Thread ilteris kaplan
Hello flashcoders, Once again, And after this I am not going to bother you for a while, I am trying to do basic colorTransform in as3. I am following docs from different places and the way I set i up is below: Unfortunately, I am missing something here. I would appreciate any advices