Transitions not working??

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
Inky Pillow
Newbie
Posts: 15
Joined: Mon Aug 24, 2015 9:46 am
Contact:

Transitions not working??

#1 Post by Inky Pillow »

I don't know if I'm just horrible at coding, but NONE of my transitions are working! At all! No matter how I tweak it! It's like no code is there at all!

Code: Select all

show d angry8 at topright 
    with Dissolve
    d "Hello?"

Code: Select all

show d angry8 at topright 
    with dissolve
    d "Hello?"

Code: Select all

show d angry8 at topright with Dissolve
    d "Hello?"

Code: Select all

show d angry8 at topright with dissolve
    d "Hello?"

Code: Select all

show d angry8
    at topright 
    with Dissolve
    d "Hello?"

Code: Select all

show d angry8
    at topright 
    with dissolve
    d "Hello?"
All those above result in the same thing, which is Nothing.
Any help? Am I making a simple mistake? Is my coding just 100% off? Am I just misspelling?
Note: this happens with all my transitions, not just dissolve.

User avatar
PyTom
Ren'Py Creator
Posts: 16093
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Transitions not working??

#2 Post by PyTom »

Your indentation seems wrong, but more likely is that transitions are turned off in preferences.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

Inky Pillow
Newbie
Posts: 15
Joined: Mon Aug 24, 2015 9:46 am
Contact:

Re: Transitions not working??

#3 Post by Inky Pillow »

Ok, thats probably it then.
Next question, where do i find that in the preferences? ._.

User avatar
Gnouf
Newbie
Posts: 1
Joined: Tue Aug 22, 2017 11:00 am
Projects: Doliprane
Location: Franche-Comté, France
Contact:

Re: Transitions not working??

#4 Post by Gnouf »

Launch your game, go in the preferences and make sure that in the "Skip" section, transitions are not enabled. Otherwise, they will be skipped in the game

Post Reply

Who is online

Users browsing this forum: Google [Bot]