Dialogue/Action Cues Over Long Gradual Image Transitions

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
Adrian
Newbie
Posts: 1
Joined: Thu Jun 13, 2019 4:11 am
Contact:

Dialogue/Action Cues Over Long Gradual Image Transitions

#1 Post by Adrian »

I've tried searching for a thread with a similar question, but none came up for me. I was looking to incorporate long, gradual background dissolves into a game, like going from a day scene to an evening scene in the same setting to show the time of day gradually changing. I was hoping to do these transitions subtly, so anywhere from a thirty to ninety second duration. Of course, nobody wants to sit through that without anything else happening, and I wanted the scene and dialogue play out while the background slowly changes. I was wondering if anyone has found a way to do this. Basically, jump-starting dialogue or other cues while a single image transition runs its course over a fixed amount of time in the background. Any help would be much appreciated!

User avatar
Matalla
Veteran
Posts: 202
Joined: Wed Mar 06, 2019 6:22 pm
Completed: Max Power and the Egyptian Beetle Case, The Candidate, The Last Hope, El cajón del viejo escritorio, Clementina y la luna roja, Caught in Orbit, Dirty Business Ep 0, Medianoche de nuevo, The Lost Smile
itch: matalla-interactive
Location: Spain
Contact:

Re: Dialogue/Action Cues Over Long Gradual Image Transitions

#2 Post by Matalla »

Maybe doing the transition with atl and placing it as an image?

Code: Select all

image timelapse:
    contains:
        "day.jpg"
        alpha 1
        linear 60 alpha 0
    contains:
        "evening.jpg"
        alpha 0
        linear 60 alpha 1

Then:

Code: Select all

label start:

    scene day

    "Text during the day"

    # Start transition

    show timelapse

    "Keep going with the text"

I have done similar things as the transition, but I don't know how it would work with dialogue.
Comunidad Ren'Py en español (Discord)
Honest Critique

Post Reply

Who is online

Users browsing this forum: No registered users