Make transform last trough transition.

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
User avatar
simba975
Newbie
Posts: 22
Joined: Sun Jul 23, 2023 12:05 pm
Contact:

Make transform last trough transition.

#1 Post by simba975 »

I have this transform:

Code: Select all

transform blurout:
    linear 2.0 blur 0
    linear 1.5 blur 10
I made it for it to apply a blur when an image is fading to another one, like this:

Code: Select all

    scene e0m1a at blurout
    "{w=3}{nw}"
    scene e0m5
    with Fade(0.25, 0.0, 0.172916)
    ""
In this case it works perfectly, the problem comes when I want to apply it to an image cinematic, like this:

Code: Select all

image examplecinematic:
    At ("e0m1b", blurout)
    3
    At ("e0m5") with Fade(0.25, 0.0, 0.172916)
In theory, this should look the same, but there is a problem: when doing it this second way, the blur instantly disappears when the transition "Fade" triggers.
How can I make the "blurout" transform not disappear while the image is transitioning?

Post Reply

Who is online

Users browsing this forum: Milkymalk, Semrush [Bot]