pseudo animation

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
radu32167
Newbie
Posts: 24
Joined: Wed Nov 23, 2016 10:25 am
Contact:

pseudo animation

#1 Post 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

TakeHomeTheCup
Newbie
Posts: 15
Joined: Tue Oct 09, 2018 9:12 pm
Contact:

Re: pseudo animation

#2 Post by TakeHomeTheCup »

image run:
"1.png" with Dissolve(0.3)
0.5
"2.png" with Dissolve(0.3)
0.5
repeat

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot]