Search found 20 matches
- Sun Apr 03, 2011 11:21 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Stuck in Tooltips Part 2: Stuck in wrong context [Unsolved]
- Replies: 13
- Views: 2166
Re: Stuck in Tooltips
It did not work. Adding returns there would only take me back to that menu rather than advancing the game, and using ui.jump causes the game to restart if the button tries to return to the menu. ui.jumpsoutofcontext seems to do what I want, but if the button doesn't (isn't supposed to) advance the g...
- Fri Apr 01, 2011 7:15 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Stuck in Tooltips Part 2: Stuck in wrong context [Unsolved]
- Replies: 13
- Views: 2166
Re: Stuck in Tooltips
label tooltipstart: show crecords python: ccinc = renpy.curried_call_in_new_context ui.hbox(xpos=0.120, ypos=0.155, xanchor='left', yanchor='center', spacing=34) tt = Tooltip(0, 500, "tooltip desc snipped") ui.imagebutton(im.Grayscale("ev-autopsy.png"), "ev-autopsy.png", clicked=ccinc("present_auto...
- Fri Apr 01, 2011 2:50 am
- Forum: Ren'Py Questions and Announcements
- Topic: Stuck in Tooltips Part 2: Stuck in wrong context [Unsolved]
- Replies: 13
- Views: 2166
Stuck in Tooltips Part 2: Stuck in wrong context [Unsolved]
Hello forums, For months spanning miscellaneous WIPs I've been able to figure things out through lurking or faking my way through obstacles with whatever works but now it looks like I'm going to have to come out and ask questions. I'm using the Tooltip code from here http://lemmasoft.renai.us/forums...
- Thu Mar 31, 2011 12:38 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 6.12.0 Released
- Replies: 31
- Views: 4115
Re: Ren'Py 6.12.0 Released
Huh, I wonder what might be different then. The new release is shooting my Wave volume way up both in and out of games, and yet the volume settings on whichever game I'm running are exactly as they were before.
- Wed Mar 30, 2011 11:47 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 6.12.0 Released
- Replies: 31
- Views: 4115
Re: Ren'Py 6.12.0 Released
Hello, Perhaps this is not an issue with 6.12.0 specifically since it has been a while since I updated. I have been using 6.10.2 up until today, and now I notice that the new Renpy is doing weird things to my master volume (of my computer) when it launches. Is there something to snip or edit to brin...