Hide multiple sprites simultaneously [solved]
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.
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.
- lemonscent
- Regular
- Posts: 185
- Joined: Mon Jun 17, 2013 5:24 pm
- Projects: Remembrance:)
- Contact:
Hide multiple sprites simultaneously [solved]
How do I hide multiple sprites using transitions (eg easeoutbottom) at the same time?
Right now, all that happens is one sprite disappears, and then another sprite disappears.
I tried using "hide sprite1 and sprite2 with eob" for the heck of it, but in that case, only sprite1 disappears.
Right now, all that happens is one sprite disappears, and then another sprite disappears.
I tried using "hide sprite1 and sprite2 with eob" for the heck of it, but in that case, only sprite1 disappears.
Last edited by lemonscent on Sat Jul 20, 2013 2:24 pm, edited 1 time in total.
- xavimat
- Eileen-Class Veteran
- Posts: 1458
- Joined: Sat Feb 25, 2012 8:45 pm
- Completed: Yeshua, Jesus Life, Cops&Robbers
- Projects: Fear&Love, unknown
- Organization: Pilgrim Creations
- Github: xavi-mat
- itch: pilgrimcreations
- Location: Spain
- Contact:
Re: Hide multiple sprites simultaneously
You can add the transition at the end. Then it applies to all of them:
Code: Select all
hide eileen
hide lucy
hide johnny
with easeoutbottomComunidad Ren'Py en español: ¡Únete a nuestro Discord!
Rhaier Kingdom A Ren'Py Multiplayer Adventure Visual Novel.
Cops&Robbers A two-player experiment | Fear&Love Why can't we say I love you?
Honest Critique (Avatar made with Chibi Maker by ~gen8)
Rhaier Kingdom A Ren'Py Multiplayer Adventure Visual Novel.
Cops&Robbers A two-player experiment | Fear&Love Why can't we say I love you?
Honest Critique (Avatar made with Chibi Maker by ~gen8)
Re: Hide multiple sprites simultaneously
How about this? ovo
This hides them both at the same time for me ovo
Edit: Me ish slow XD
Code: Select all
hide grace normal
hide louie normal
with dissolveEdit: Me ish slow XD
- xavimat
- Eileen-Class Veteran
- Posts: 1458
- Joined: Sat Feb 25, 2012 8:45 pm
- Completed: Yeshua, Jesus Life, Cops&Robbers
- Projects: Fear&Love, unknown
- Organization: Pilgrim Creations
- Github: xavi-mat
- itch: pilgrimcreations
- Location: Spain
- Contact:
Re: Hide multiple sprites simultaneously
When hidding, we don't need to specify the "normal" or "happy"... part. This works the same:Suwamoto wrote:How about this? ovo
This hides them both at the same time for me ovoCode: Select all
hide grace normal hide louie normal with dissolve
Edit: Me ish slow XD
Code: Select all
hide grace
hide louie
with dissolveComunidad Ren'Py en español: ¡Únete a nuestro Discord!
Rhaier Kingdom A Ren'Py Multiplayer Adventure Visual Novel.
Cops&Robbers A two-player experiment | Fear&Love Why can't we say I love you?
Honest Critique (Avatar made with Chibi Maker by ~gen8)
Rhaier Kingdom A Ren'Py Multiplayer Adventure Visual Novel.
Cops&Robbers A two-player experiment | Fear&Love Why can't we say I love you?
Honest Critique (Avatar made with Chibi Maker by ~gen8)
- lemonscent
- Regular
- Posts: 185
- Joined: Mon Jun 17, 2013 5:24 pm
- Projects: Remembrance:)
- Contact:
Re: Hide multiple sprites simultaneously
Okay, thanks!
Who is online
Users browsing this forum: _ticlock_