Search found 7 matches

by lunesc
Fri Aug 27, 2021 1:49 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to get the screen x & y position of a displayable?
Replies: 7
Views: 886

Re: How to get the screen x & y position of a displayable?

I have also wondered how to do this, and for the same reason. In general, it seems reasonable to want to position a displayable relative to a button. If there is already a built-in way of achieving this, I would also like to know about it. If not, it would be awesome to be able to get the position t...
by lunesc
Mon Jun 07, 2021 6:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Music stops/cuts out when rolling back [Resolved, bug maybe?]
Replies: 1
Views: 563

Music stops/cuts out when rolling back [Resolved, bug maybe?]

Ren'Py versions 7.4.5.1648, 7.4.4 Bug? For both "renpy.music.play" and "play music" rolling back to a section belonging to tracks started with loop=False or noloop will stop the music. "if_changed=True" doesn't seem to have an effect on this Resolution: I think the issu...
by lunesc
Fri Mar 19, 2021 7:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Events - how/when they are triggered [Resolved]
Replies: 6
Views: 637

Re: Events - how/when they are triggered

Thank you so much for your patience and explanations Ocelot, it is all very clear now. I saw that tag menu , but wasn't sure what it did, and didn't realize it is related to the "tag" used with images (I was thinking of those only as being character-related). The section "Displaying I...
by lunesc
Fri Mar 19, 2021 5:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Events - how/when they are triggered [Resolved]
Replies: 6
Views: 637

Re: Events - how/when they are triggered

First off, I am frustrated, but not at you or anyone trying to help. I also don't want my frustration to come through here, but I suspect it will. Sorry for that. I am frustrated because we have spent so much time trying to decipher the documentation, and it's pretty disheartening. We have been able...
by lunesc
Fri Mar 19, 2021 11:08 am
Forum: Ren'Py Questions and Announcements
Topic: Events - how/when they are triggered [Resolved]
Replies: 6
Views: 637

Re: Events - how/when they are triggered

Thank you Ocelot, I did not understand that about screens and python code, but I see how that could be a problem, and it makes *some* sense now.

What about my question regarding events, like how/when are they triggered?
by lunesc
Fri Mar 19, 2021 1:11 am
Forum: Ren'Py Questions and Announcements
Topic: Events - how/when they are triggered [Resolved]
Replies: 6
Views: 637

Events - how/when they are triggered [Resolved]

Questions: 1. What triggers each of the external events listed in the documentation? (start, show, replace, hide, replaced, update) 2. Where can these be triggered from? (I have seen them in screens, but the documentation mentions transforms) I have spent a significant amount of time searching throu...