Currently I'm doing fine with transitioning character expression changes with:
Code: Select all
transform replace:
on replaced:
alpha 1.0
linear 0.25 alpha 0.0
on replace:
linear 0.25 alpha 1.0Code: Select all
image side red norm:
im.Scale("Characters/Red/red neutral.png", 680, 1200)
on replaced:
alpha 1.0
linear 0.25 alpha 0.0
on replace:
linear 0.25 alpha 1.0I've also tried "on show" and "on hide" instead, but that causes the side image to flash on every change, including when facing a {w=time} tag during dialogue.
I've tried defining each side image using "with Dissolve," but still no go.
