Page 1 of 1

Bug/missing feature

PostPosted: Thu May 03, 2007 12:03 am
by Fuzzy
I'm inclined to not call it a bug, but...

1. Create an actor.
2. Assign an amination.
3. Tint the animation with r g and b in script.
4. Use draw_from to transfer the actors current frame to a canvas actor.

Result: the canvas uses the true colors of the actor rather than the shaded ones. While that is the logical result, I am not sure that it would be the expected one.

A minor issue. Nothing I cannot work around.

i got it!

PostPosted: Fri May 04, 2007 10:50 pm
by kyensoftware
create a smaller canvas, just for that shaded actor.
tint the canvas!

PostPosted: Fri May 04, 2007 11:02 pm
by Sgt. Sparky
and you can draw_from another canvas actor,
I used this for a zoom in/out function. :D
(make the other canvas actor the same size and hide it behind the other canvas) :)

PostPosted: Sat May 05, 2007 6:07 am
by Fuzzy
draw_from another canvas? Brilliant!