Hi all,
I’m wondering if there’s any way to tint a display object. Similar to the way we do in Actionscript?
I have a character as a png with alpha, and I’d like that character to cast a shadow. Instead of having another png that’s all black, I’d like to just skew the character png, and tint it black. Seems easy enough, can it be done?
thanks guys [import]uid: 10767 topic_id: 4417 reply_id: 304417[/import]
Not yet, unfortunately. Image effects are on the roadmap. Hopefully soon! [import]uid: 8444 topic_id: 4417 reply_id: 13782[/import]
dam… thanks, guess I’ll do it in PS [import]uid: 10767 topic_id: 4417 reply_id: 13800[/import]
You can just put a polygon object over the top of your image object, in the same display group, fill it with a colour and give it a low alpha value.
Not quite the same, but should do the job.
matt [import]uid: 8271 topic_id: 4417 reply_id: 14008[/import]