[Solved] Any way to slow move+ dissolve + hide?

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
Kaori
Newbie
Posts: 4
Joined: Tue Feb 20, 2018 5:05 pm
Contact:

[Solved] Any way to slow move+ dissolve + hide?

#1 Post by Kaori »

Is there any way to slow move a character while dissolving and hiding it? (not the moveoutright, slideright because they're way too fast)

Something that would do the same as this show statement but instead hide the character while moving :

Code: Select all

transform enter_r_rightish :
    xalign 0.7
    yalign 0.0
    linear 1.0 xalign 0.5
    
    show mi smile at enter_r_rightish
    with Dissolve(1.0)
Last edited by Kaori on Wed Feb 21, 2018 7:13 am, edited 1 time in total.

irredeemable
Regular
Posts: 78
Joined: Thu Feb 08, 2018 7:57 am
Contact:

Re: Any way to slow move+ dissolve + hide?

#2 Post by irredeemable »

Code: Select all

transform enter_r_rightish :
    xalign 0.7
    yalign 0.0
    linear 1.0 xalign 0.5 alpha 0

Kaori
Newbie
Posts: 4
Joined: Tue Feb 20, 2018 5:05 pm
Contact:

Re: Any way to slow move+ dissolve + hide?

#3 Post by Kaori »

thanks a lot!

Post Reply

Who is online

Users browsing this forum: DewyNebula