How to disable skipping the "with dissolve" 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
UserX
Newbie
Posts: 10
Joined: Wed Oct 25, 2017 5:29 pm
Contact:

How to disable skipping the "with dissolve" transitions?

#1 Post by UserX »

I want to fade some images slowly in and don't want that players can wreck that moment by clicking the mouse!
$ renpy.pause(1.0, hard=True) That's only for generally pauses between dialogues or images. But is there a way also to force the dissolve transitions?

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: How to disable skipping the "with dissolve" transitions?

#2 Post by Steamgirl »

Mmmm have you tried $ renpy.transition(dissolve)? I know it's a way to force a dissolve transition on a custom screen call, maybe it will also work here?

User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3794
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

Re: How to disable skipping the "with dissolve" transitions?

#3 Post by Imperf3kt »

Maybe ATL could do it?
I haven't tried to do this yet.

Code: Select all

image dissolve_sprite:
    "filename.png"
    dissolve(0.5)
    pause(0.5)
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

Post Reply

Who is online

Users browsing this forum: LegsWild