Hello everyone.
The title says it all actually. I want to know if there's a way to make a screen (A status screen for example, something like this one http://www.renpy.org/wiki/renpy/doc/coo ... ion_Screen) appear on screen using dissolve, pixellate or any of the other transitions instead of just popping up.
Thanks in advance
Making screens appear with a transition?
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.
-
apricotorange
- Veteran
- Posts: 479
- Joined: Tue Jun 05, 2012 2:01 am
- Contact:
Re: Making screens appear with a transition?
The Show() action takes a transition parameter. If you're using "call screen", like the example you linked to, you can call renpy.transition, e.g.:
Code: Select all
$ renpy.transition(dissolve)
call screen screen_which_dissolves_in
Re: Making screens appear with a transition?
Awesome, worked as expected.
Thanks for the reply!
Thanks for the reply!
Who is online
Users browsing this forum: _ticlock_