Search found 13 matches

by kl7
Sat Jul 15, 2017 11:34 am
Forum: Ren'Py Questions and Announcements
Topic: How to disable keys LCTRL and RCTRL
Replies: 2
Views: 450

How to disable keys LCTRL and RCTRL

Hey! Have a problem with temporary disabling Left and Right Ctrl keys. In the posts (https://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=30799#p359903 and https://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=22458#p283744) i found information how to disable keys like mousebuttons, renturn...
by kl7
Mon Jul 10, 2017 12:50 pm
Forum: Ren'Py Cookbook
Topic: Changing mouse pointer midgame.
Replies: 7
Views: 10918

Re: Changing mouse pointer midgame.

I did all things like in this tutorial, but the cursor changes only for less than 1 sec and then returnes to default. Can anyone explain me why?
by kl7
Tue Apr 18, 2017 2:34 pm
Forum: Ren'Py Questions and Announcements
Topic: Imagebutton appears before animation
Replies: 4
Views: 595

Re: Imagebutton appears before animation

jw2pfd,

It works perfect. Thank you!
by kl7
Tue Apr 18, 2017 1:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Imagebutton appears before animation
Replies: 4
Views: 595

Re: Imagebutton appears before animation

Ocelot,

it helps to hide this imagebutton, but it is still clickable before animation starts.

UPD
i send the code where positions of the buttons are same, which is mistake. In my original code positions of buttons are different, so the problem is not solved.
by kl7
Tue Apr 18, 2017 1:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Imagebutton appears before animation
Replies: 4
Views: 595

Imagebutton appears before animation

Hi, everyone! Need help with imagebuttons. I have two imagebuttons in one screen and I want my second button to appear with delay 1sec, with scaling from 0 to 0.5 and with alpha from 0 to 1. The problem is that - the second imagebutton (which is with delay) appears before animation starts, and it's ...
by kl7
Sat Jul 16, 2016 6:42 pm
Forum: Ren'Py Questions and Announcements
Topic: How to disable leaving label
Replies: 7
Views: 647

Re: How to disable leaving label

trooper6,

Yes! Thank you so much!)
I knew, the solving of this problem is simple, but not so))))
by kl7
Sat Jul 16, 2016 6:11 pm
Forum: Ren'Py Questions and Announcements
Topic: How to disable leaving label
Replies: 7
Views: 647

Re: How to disable leaving label

chocoberrie, no, i'm not interested in customizing of main menu at the moment, but thanks for the link, it will be useful in the future) The screen I called "menu1" is just an example and has no relation to the main menu. Now I will try to explain more clear what i want to do. When the gam...
by kl7
Sat Jul 16, 2016 5:14 pm
Forum: Ren'Py Questions and Announcements
Topic: How to disable leaving label
Replies: 7
Views: 647

Re: How to disable leaving label

I don't want label "start" to be closed even all lines of code are performed in it. Maybe this explanation will be more usefull to understand me))) i tried to do something like that: label start: show screen menu1 "text" jump start but i think it's not very smart option)
by kl7
Sat Jul 16, 2016 4:58 pm
Forum: Ren'Py Questions and Announcements
Topic: How to disable leaving label
Replies: 7
Views: 647

Re: How to disable leaving label

chocoberrie, screen menu1: imagemap: ground "menu_idle.png" hover "menu_hover.png" hotspot (229, 130, 167, 166) action Jump("label2") hotspot (403, 130, 167, 166) action Jump("label3") hotspot (229, 303, 168, 167) action Jump("label4") hotspot (403, ...
by kl7
Sat Jul 16, 2016 1:21 pm
Forum: Ren'Py Questions and Announcements
Topic: How to disable leaving label
Replies: 7
Views: 647

How to disable leaving label

Hi! Try to explain what I want to do (my english is not so well). I have main label with imagemap and hotspots. If I keep clicking right mouse button (or spacebar) outside the hotspots, label is closing and game ends (in case if I don't have another lable under the main). I want the main label is wo...
by kl7
Thu Jul 14, 2016 5:18 am
Forum: Ren'Py Questions and Announcements
Topic: renpy.display_menu()
Replies: 2
Views: 662

Re: renpy.display_menu()

williamd1k0, thanks a lot! My inattation is my enemy)
by kl7
Wed Jul 13, 2016 11:56 am
Forum: Ren'Py Questions and Announcements
Topic: renpy.display_menu()
Replies: 2
Views: 662

renpy.display_menu()

Hi! Previosly, sorry for my english) I try to return variable "x" from "menu1" function to "func", but "func" doesn't see it and returns "x" as None. What i'm doing wrong? Hope you'll help me to solve this problem. def menu1(): renpy.say(None, "...