Page 1 of 1

pseudo animation

Posted: Tue Oct 16, 2018 9:47 am
by radu32167
Hi
If anyone can help me
I'm trying to make a pseudo animation using a defined image, like this:

image run:
"1.png"
0.5
"2.png"
0.5
repeat

But it's very gittery
When I do it like this in the code
show 1
with dissolve
hide1
show 2
with dissolve
hide 2
....

It works a lot better
How could I use dissolve in my run image?
If anyone can help me, I'd be very grateful

Re: pseudo animation

Posted: Tue Oct 16, 2018 10:31 am
by TakeHomeTheCup
image run:
"1.png" with Dissolve(0.3)
0.5
"2.png" with Dissolve(0.3)
0.5
repeat