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.
-
M0ti
- Regular
- Posts: 66
- Joined: Mon Aug 15, 2011 1:06 pm
-
Contact:
#1
Post
by M0ti » Sat May 26, 2012 9:01 am
Hi, i have problem with say_window (again).
I'm using
Code: Select all
define _window_during_transitions = True
thats OK, i want the say_window during the game, but not in splashscreen. I created intro, but right now, half of it's hiden behind say_window.
And window hide doesn't work for some reason.
Do you know, how to hide it?
-
nyaatrap
- Crawling Chaos
- Posts: 1824
- Joined: Mon Feb 13, 2012 5:37 am
- Location: Kimashi Tower, Japan
-
Contact:
#2
Post
by nyaatrap » Sat May 26, 2012 7:04 pm
Use the code after start label
Code: Select all
label start:
$ _window_during_transitions = True
-
M0ti
- Regular
- Posts: 66
- Joined: Mon Aug 15, 2011 1:06 pm
-
Contact:
#3
Post
by M0ti » Sun May 27, 2012 4:34 am
Thank you very much
Users browsing this forum: Bing [Bot]