Closed GoogleCodeExporter closed 9 years ago
Thanks for this report.
But does that mean the _colorTransform special property wasn't working before?
And
the aboce change fixes it?
I'll have a look at it.
Original comment by zisfor...@gmail.com
on 22 Aug 2007 at 6:06
ColorTransform object itself is different in AS3. It's properties now looks
like redMultiplier/redOffset instead of
ra/rb so you can't pass true AS3 ColorTransform into _colorTransform special
property because it's values will
not be parsed. You have to manually convert it to custom object with ra/rb
properties. That's the problem.
Original comment by rolekgrz...@gmail.com
on 4 Sep 2007 at 1:53
rolekgrzegorz: yeah, after the post about the issue (on the discussion list) I
recognized the mistake; it shouldn't be the way it is. It was a bit of a legacy
support but it shouldn't be like that.
The next version will use a proper, native object, similar to buginajar's fix
but
getting rid of the AS2 syntax/conventions altogether.
Original comment by zisfor...@gmail.com
on 4 Sep 2007 at 2:06
This has been corrected on the new version of Tweener. The old _ra/_rb/etc
properties
are deprecated and shouldn't be used (even in AS2) anymore.
Thanks.
Original comment by zisfor...@gmail.com
on 28 Sep 2007 at 7:22
Original issue reported on code.google.com by
bugina...@gmail.com
on 22 Aug 2007 at 5:08