Search found 6 matches

by Yjga125
Mon Feb 19, 2018 1:19 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to get xpos and ypos of drag?
Replies: 4
Views: 1574

Re: How to get xpos and ypos of drag?

Yes, I tried to work it by myself.
by Yjga125
Sun Feb 18, 2018 7:45 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to get xpos and ypos of drag?
Replies: 4
Views: 1574

[SOLVED] How to get xpos and ypos of drag?

How to get xpos and ypos of drag? I'm trying to get xpos and ypos of drag by using this script: init python: def Mouse(x): x=renpy.get_mouse_pos() return x init: default Curr_xpos= Tooltip ('Hey') default Curr_ypos= Tooltip ('') $ Curr_x=[] screen Curr_map_screen: drag: drag_name "say" xpo...
by Yjga125
Sun Mar 19, 2017 3:43 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make mouse unclickable and insensitive?
Replies: 6
Views: 808

Re: How to make mouse unclickable and insensitive?

Thank you so much! But, how to make this button transparent now?
Because this screen shouldn't seem like this, I think.
by Yjga125
Sun Mar 19, 2017 11:39 am
Forum: Ren'Py Questions and Announcements
Topic: How to make mouse unclickable and insensitive?
Replies: 6
Views: 808

Re: How to make mouse unclickable and insensitive?

Ok, but what code of this screen should I use?
by Yjga125
Sun Mar 19, 2017 8:23 am
Forum: Ren'Py Questions and Announcements
Topic: How to make mouse unclickable and insensitive?
Replies: 6
Views: 808

How to make mouse unclickable and insensitive?

So, I have a situation where mouse shouldn't be clickable. How to make this?