Hi guys!
Does anyone here have a working routine (CAPX example) for fading an object to black?
I tried several times using some effects (Tint, for example) and failed every time (even using AI). :(
Thanks in advance!
Develop games in your browser. Powerful, performant & highly capable.
Try using the Tween behavior on the Color property: https://www.construct.net/en/make-games/manuals/construct-3/behavior-reference/tween
Try using the Tween behavior on the Color property:
https://www.construct.net/en/make-games/manuals/construct-3/behavior-reference/tween
Thanks, dude, but I'm using Construct 2. :)
My current fade routine is the one above. It works well, HOWEVER, it makes the enemy (zombie) first turn white and only then darken. Does anyone know how to fade directly to black?
I think everyone is using AI and no one cares about the human factor here (or C2) anymore. :(
Can this example help you?
https://www.dropbox.com/scl/fi/5o1mbh8zgn0nct7l78cbe/darkenobjs.capx?rlkey=c58fdi4jgpwq7fkckz22ucivy&e=1&st=rp8986nj&dl=0
> Does anyone here have a working routine (CAPX example) for fading an object to black? Can this example help you? https://www.dropbox.com/scl/fi/5o1mbh8zgn0nct7l78cbe/darkenobjs.capx?rlkey=c58fdi4jgpwq7fkckz22ucivy&e=1&st=rp8986nj&dl=0
> Does anyone here have a working routine (CAPX example) for fading an object to black?
Than you so much! :D
It worked very well, as exactly I expected!