Search found 25 matches
- Sat Feb 10, 2018 8:13 am
- Forum: Ren'Py Questions and Announcements
- Topic: Android and focus_mask True
- Replies: 5
- Views: 748
Android and focus_mask True
Hello! Tell me, please, does the "focus_mask True" property of the imagebuttons work in the latest versions of RenPy when porting the project to the Android?
- Mon Jan 30, 2017 3:48 am
- Forum: Ren'Py Questions and Announcements
- Topic: Problem with renpy.pause
- Replies: 7
- Views: 1503
Re: Problem with renpy.pause
Oh, so foolish.
It was "modal True" in screen. Thank you.
- Sun Jan 29, 2017 4:27 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Problem with renpy.pause
- Replies: 7
- Views: 1503
Re: Problem with renpy.pause
My mistake, sorry. This should be read as follows: show screen test_screen $ renpy.pause(1.0, hard = True) pause 3 hide screen test_screen And yes, it still does not work. This part of code is not executed: pause 3 hide screen test_screen Moreover, in such a way that the code does not work too: show...
- Sat Jan 28, 2017 3:10 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Problem with renpy.pause
- Replies: 7
- Views: 1503
Re: Problem with renpy.pause
Hmm. The idea is that the player can not miss the beginning (1 second) of the animation due to accidental clicks. Why hard pause not end after 1 second?
- Sat Jan 28, 2017 1:00 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Problem with renpy.pause
- Replies: 7
- Views: 1503
Problem with renpy.pause
Hello! For some reason, this code does not work in my project:
After renpy.pause(1.0,hard=True), nothing is going on. If the screen shows the animation, the animation will be repeated endlessly.show screen test_screen
$ renpy.pause(1.0, hard = True)
pause 3
hide screen scr_video
- Mon Nov 28, 2016 12:02 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Change the values for style
- Replies: 5
- Views: 543
Re: Change the values for style
Thank you! This is exactly what I needed and it works.Ocelot wrote:Does old GUI support image names instead of complete paths? If so, you can use ConditionSwitch displayable to control which image is shown.
- Mon Nov 28, 2016 11:22 am
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Change the values for style
- Replies: 5
- Views: 543
Re: Change the values for style
Thanks for trying to help. I'll try to explain more precisely. After selecting the side (light/dark for example) in the game, I want to change style.window.background for all the characters/messages/etc. before (in options.rpy): style.window.background = "base.png" Next (in the scripts): menu: "Ligh...
- Mon Nov 28, 2016 5:02 am
- Forum: Ren'Py Questions and Announcements
- Topic: [SOLVED] Change the values for style
- Replies: 5
- Views: 543
[SOLVED] Change the values for style
Hello! Could you tell me, please, how can I change something in the styles (options.rpy) after the game is launched? For example, I want to change the style.window.background by pressing the button in the in-game menu. I tried to make it through the Screen Actions, but I did not succeed.
- Sat Mar 26, 2016 11:36 am
- Forum: Development of Ren'Py
- Topic: problems with android apk
- Replies: 2
- Views: 784
Re: problems with android apk
Thank you, Zetsubou! It would seem obvious action really helped to find and fix a bug in the code. A very useful update.
- Fri Mar 25, 2016 9:33 am
- Forum: Development of Ren'Py
- Topic: problems with android apk
- Replies: 2
- Views: 784
problems with android apk
I test android apk, its start, loading and then crashes.
RenPy 6.99.9.1168
Logcat: How can i fix it? Thanks!
RenPy 6.99.9.1168
Logcat: How can i fix it? Thanks!