Screen Dissolve and Fade

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
Tagumonman55
Newbie
Posts: 20
Joined: Thu Nov 13, 2014 12:56 am
Projects: Legend Of Quadopolia
Deviantart: Tagumonman55
Contact:

Screen Dissolve and Fade

#1 Post by Tagumonman55 » Sun Oct 11, 2015 5:56 pm

I want the Whole screen to turn black between each text, and delete the previous with Nvl clear, but the

Code: Select all

window hide fade(10.0) 
does not seem to work on

Code: Select all

centered
text....

Code: Select all

 eslow2 "	It was cold today, Very cold. I had awoken after a two month coma, and during that time, 
            the people had started riots for the death of the traitorous ‘Blood-Stained-Prince’ or so 
            I had been labeled. The title rather fit someone as myself, Someone with the name Yatsuray, 
            a flower that grows only in blood, it needs no soil, nor water, only fresh blood."
    
    screen hide fade(10.0)
    $ renpy.pause(5.0)
    nvl clear
    
    centered "{color=#cc0000}I am the Bloody Prince of Quadopolia{/color}"
    
    screen hide fade(10.0)
    $ renpy.pause(5.0)
    nvl clear
    
    eslow2 " Someone like myself, could only learn the true meaning of death and understand it, after witnessing it firsthand. 
            “I watched them all die.” I repeated the words to myself, my hands dripping with their blood, yet where the drops 
            splashed onto the sheets, there was no stain. It was an illusion. The event had traumatized me into seeing the burden 
            upon my hands. The hands that bathed in blood."
    window hide fade(10.0)
    $ renpy.pause(5.0)
    nvl clear
And screen hide fade(10.0) gives me an Error....

User avatar
Steamgirl
Veteran
Posts: 322
Joined: Sat Jul 28, 2012 4:39 am
Completed: My Cup of Coffee, Queen at Arms (co-wrote a battle scene)
Projects: Stranded Hearts, Emma: A Lady's Maid
Deviantart: steamgirlgame
Contact:

Re: Screen Dissolve and Fade

#2 Post by Steamgirl » Mon Oct 12, 2015 5:52 pm

I would use:

scene black with dissolve
$ renpy.pause(5.0)
nvl clear
show text "{color=#cc0000}I am the Bloody Prince of Quadopolia{/color}"

Post Reply

Who is online

Users browsing this forum: Bing [Bot]