Page 1 of 1

Transitions stopped working

Posted: Tue Feb 20, 2018 5:23 am
by Red-Baby
Hi everyone.

If this is the wrong forum to post this please move it to the correct one.

Now... I was trying to add music and SFX into my game and for some reason my image transitions stopped working. They were working perfectly fine up into when I added the music.
I've since removed all the music and SFX coding from my script but my image transitions still aren't working.
Things like 'easeinright' and 'fade' no longer occur in game and I am not sure why.
Does anyone know how I might be able to fix this?

Cheers

Code: Select all

label start:
    scene bg castle with fade 
    "*Door Opens*"
    
    show pc 02smi2 at right with easeinright
    Pc "Oh! Hello there!"

Re: Transitions stopped working

Posted: Tue Feb 20, 2018 10:37 am
by Andredron
Red-Baby wrote: Tue Feb 20, 2018 5:23 am Hi everyone.

If this is the wrong forum to post this please move it to the correct one.

Now... I was trying to add music and SFX into my game and for some reason my image transitions stopped working. They were working perfectly fine up into when I added the music.
I've since removed all the music and SFX coding from my script but my image transitions still aren't working.
Things like 'easeinright' and 'fade' no longer occur in game and I am not sure why.
Does anyone know how I might be able to fix this?

Cheers

Code: Select all

label start:
    scene bg castle with fade 
    "*Door Opens*"
    
    show pc 02smi2 at right with easeinright
    Pc "Oh! Hello there!"
register the transitions through the init, try to clear the persistent in the renpy launcher

Re: Transitions stopped working

Posted: Tue Feb 20, 2018 11:50 am
by Ocelot
Check value of preferences.transitions . It should be 2. If not, set it to 2.

Re: Transitions stopped working

Posted: Wed Feb 21, 2018 7:12 am
by Red-Baby
Andredron wrote: Tue Feb 20, 2018 10:37 am

register the transitions through the init, try to clear the persistent in the renpy launcher
Clearing the persistent has worked! Thank you so much =D

Re: Transitions stopped working

Posted: Sun Sep 19, 2021 8:14 am
by Yuvan raj
Andredron wrote: Tue Feb 20, 2018 10:37 am
Red-Baby wrote: Tue Feb 20, 2018 5:23 am Hi everyone.

If this is the wrong forum to post this please move it to the correct one.

Now... I was trying to add music and SFX into my game and for some reason my image transitions stopped working. They were working perfectly fine up into when I added the music.
I've since removed all the music and SFX coding from my script but my image transitions still aren't working.
Things like 'easeinright' and 'fade' no longer occur in game and I am not sure why.
Does anyone know how I might be able to fix this?

Cheers

Code: Select all

label start:
    scene bg castle with fade 
    "*Door Opens*"
    
    show pc 02smi2 at right with easeinright
    Pc "Oh! Hello there!"
register the transitions through the init, try to clear the persistent in the renpy launcher
God, is that you?