[SOLVED] Splash Screen to Title Screen: adding 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
tv-ghost
Newbie
Posts: 11
Joined: Mon Jul 23, 2018 3:47 am
Contact:

[SOLVED] Splash Screen to Title Screen: adding transition

#1 Post by tv-ghost »

I'd like to have a transition between that marked line and the player seeing the title screen (some sort of dissolve or fade in).
Here is the code I'm working with - starting at line 11 or so for gui.rpy. If you test out the code, please ignore whatever placeholder image is generated for "intro".

Code: Select all

init python:
    gui.init(1280, 720)

label splashscreen:
    show intro with Dissolve(.3, alpha=True)
    pause 0.7
    hide intro with Dissolve(.3, alpha=True) ##marked line
    return
Any help would be appreciated; I'm fairly new to Ren'py and documentation examples/old forum posts for splash screens are now too outdated to use. Thanks.
Last edited by tv-ghost on Sat Jul 28, 2018 8:47 am, edited 1 time in total.

User avatar
vollschauer
Veteran
Posts: 231
Joined: Sun Oct 11, 2015 9:38 am
Github: vollschauer
Contact:

Re: Splash Screen to Title Screen: adding transition

#2 Post by vollschauer »

Check the docs: https://www.renpy.org/doc/html/config.html#transitions
(define config.end_splash_transition)

tv-ghost
Newbie
Posts: 11
Joined: Mon Jul 23, 2018 3:47 am
Contact:

Re: Splash Screen to Title Screen: adding transition

#3 Post by tv-ghost »

vollschauer wrote: Mon Jul 23, 2018 4:37 am Check the docs: https://www.renpy.org/doc/html/config.html#transitions
(define config.end_splash_transition)
Thank you- works perfectly now.

Post Reply

Who is online

Users browsing this forum: apocolocyntose, Google [Bot]