[SOLVED] renpy.transition in 7.4.4

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
Wiceramond
Regular
Posts: 25
Joined: Mon Dec 07, 2020 8:40 am
Contact:

[SOLVED] renpy.transition in 7.4.4

#1 Post by Wiceramond »

This piece of code was working as I wanted in 7.3.5. Start the fade, don't let player skip it by touching or clicking it for 1.5 seconds. But in 7.4 I can just click away the transition but hard pause is working as intended, causing screen to be not interactable for the time but showing it to the user without the fade:

Code: Select all

$ renpy.transition(Fade(0.75, 0.0, 0.75))
$ renpy.pause(1.5, hard=True)
How do I fix this? I want it to work just like how it worked in 7.3.5.
Last edited by Wiceramond on Fri Apr 23, 2021 11:11 am, edited 2 times in total.

User avatar
Ocelot
Lemma-Class Veteran
Posts: 2401
Joined: Tue Aug 23, 2016 10:35 am
Github: MiiNiPaa
Discord: MiiNiPaa#4384
Contact:

Re: renpy.transition in 7.4.4

#2 Post by Ocelot »

https://www.renpy.org/doc/html/incompatible.html
Check two top changes. One of the is affecting you. Ways to change that are written there as well.
< < insert Rick Cook quote here > >

User avatar
Wiceramond
Regular
Posts: 25
Joined: Mon Dec 07, 2020 8:40 am
Contact:

Re: renpy.transition in 7.4.4

#3 Post by Wiceramond »

Ocelot wrote: Fri Apr 23, 2021 8:35 am https://www.renpy.org/doc/html/incompatible.html
Check two top changes. One of the is affecting you. Ways to change that are written there as well.
Thanks a ton!

Post Reply

Who is online

Users browsing this forum: Baidu [Spider]