[Solved] 2 Characters entering screen at the same time?

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] 2 Characters entering screen at the same time?

#1 Post by Kaori »

Is there any possible way for 2 characters to enter the screen at the very exact time? instead of the delay of having two show statements?

Like for example if I were to use :

Code: Select all

show mi smile at enter_r_rightish
with Dissolve(1.0)
show ju tear at enter_r_leftish
with Dissolve(1.0)
Then the character mi would enter the screen then after a small delay the character ju would do the same, instead is there any way for them to enter together?
Last edited by Kaori on Tue Feb 20, 2018 5:21 pm, edited 1 time in total.

User avatar
mitoky
Veteran
Posts: 316
Joined: Sat Feb 07, 2015 9:12 pm
Projects: The Purring Demon's Love, circus eterie
Contact:

Re: 2 Characters entering screen at the same time?

#2 Post by mitoky »

Yes, just write it like this:

Code: Select all

show mi smile at enter_r_rightish
show ju tear at enter_r_leftish
with Dissolve(1.0)

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

Re: 2 Characters entering screen at the same time?

#3 Post by Kaori »

haHAA, LOL didn't know I was this terrible.

Thanks a lot tho!

User avatar
mitoky
Veteran
Posts: 316
Joined: Sat Feb 07, 2015 9:12 pm
Projects: The Purring Demon's Love, circus eterie
Contact:

Re: 2 Characters entering screen at the same time?

#4 Post by mitoky »

Kaori wrote: Tue Feb 20, 2018 5:20 pm haHAA, LOL didn't know I was this terrible.

Thanks a lot tho!
Its not a terrible question at all! And no problem!

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot]