Search found 100 matches

by zabuzaeldemonio
Mon Apr 16, 2018 6:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Doubt about Jumps and screen
Replies: 8
Views: 739

Re: Doubt about Jumps and screen

Could you give a simple example of how to store the place and then how to use it? I've really only used the basic variables like, Variable = True, and the analysis of the use of the If
by zabuzaeldemonio
Mon Apr 16, 2018 2:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Doubt about Jumps and screen
Replies: 8
Views: 739

Re: Doubt about Jumps and screen

Could you tell me more about?

Code: Select all

player.location = "zone1"
by zabuzaeldemonio
Sun Apr 15, 2018 9:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Doubt about Jumps and screen
Replies: 8
Views: 739

Doubt about Jumps and screen

Greetings, I would like to know if there is any way to perform a permanent jump through a screen: For example: screen map: use navi imagebutton auto "gui/map/zone_%s.png" xpos 390 ypos 720 action Jump('zone1') activate_sound ("musica/menu/Blip2.wav") hovered [ Play ("test_alz", "sfx/click.wav")] Thi...
by zabuzaeldemonio
Sat Apr 07, 2018 7:50 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]How to disable the right click absolutely?
Replies: 2
Views: 417

[Solved]How to disable the right click absolutely?

Hi guys, as the title says I would like to know how to deactivate it, I have already tried with $ _game_menu_screen = None, but this only prevents you from going to the save menu, it does not avoid leaving screens.
by zabuzaeldemonio
Thu Apr 05, 2018 6:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Consistent crash [pythonw.exe stopped responding] no traceback
Replies: 1
Views: 389

Consistent crash [pythonw.exe stopped responding] no traceback

Greetings, since a few days, I am suffering this bug. The bug occurs randomly, sometimes it crashes while others run the project well, I honestly do not have the slightest idea what happens. The version I'm using is Ren'Py 6.99.13.2919, although I've tried to use previous versions, and still the fau...
by zabuzaeldemonio
Wed Mar 21, 2018 3:11 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Doubt about the screen
Replies: 17
Views: 1332

Re: Doubt about the screen

Thank you very much, it has really helped me.
by zabuzaeldemonio
Tue Mar 20, 2018 2:09 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Doubt about the screen
Replies: 17
Views: 1332

Re: Doubt about the screen

Full scene.
by zabuzaeldemonio
Tue Mar 20, 2018 1:52 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Doubt about the screen
Replies: 17
Views: 1332

Re: Doubt about the screen

Thank you very much for the help, and I regret having expressed the problem badly
by zabuzaeldemonio
Tue Mar 20, 2018 1:47 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Doubt about the screen
Replies: 17
Views: 1332

Re: Doubt about the screen

Yes to the three questions.
by zabuzaeldemonio
Tue Mar 20, 2018 1:41 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Doubt about the screen
Replies: 17
Views: 1332

Re: Doubt about the screen

It is on the image button

Code: Select all

action Jump ("remember")
by zabuzaeldemonio
Tue Mar 20, 2018 1:35 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Doubt about the screen
Replies: 17
Views: 1332

Re: Doubt about the screen

My idea is that when the player clicks on the logo, he can return to the moment before clicking on it, or click on the image in the logo and make the corresponding jump
by zabuzaeldemonio
Tue Mar 20, 2018 1:15 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Doubt about the screen
Replies: 17
Views: 1332

Re: Doubt about the screen

I think in essence, yes
by zabuzaeldemonio
Tue Mar 20, 2018 1:06 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Doubt about the screen
Replies: 17
Views: 1332

Re: Doubt about the screen

I will try to explain myself better; screen ghost2: tag menu add "gui/ghost/ghostfondo.png" imagebutton auto "gui/ghost/poseacti_%s.png" xpos 720 ypos 400 focus_mask True action Jump ("remember") activate_sound ("musica/menu/ghost.wav") hovered [ Play ("test_alz3", "sfx/click.wav")] This screen is s...
by zabuzaeldemonio
Tue Mar 20, 2018 11:55 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Doubt about the screen
Replies: 17
Views: 1332

[Solved]Doubt about the screen

Greetings, I would like to know if there is any way to cancel a screen completely. I am interested in knowing this due to the Jump that is performed on a screen, and by following label, since the screen is maintained. This is a part of the corresponding code. screen ghost2: imagebutton auto "gui/gho...