Search found 196 matches
- Mon Oct 06, 2014 6:30 pm
- Forum: Ren'Py Questions and Announcements
- Topic: SetScreenVariable Imagebuttons Issues (6.18.1.670)
- Replies: 6
- Views: 1085
Re: SetScreenVariable Imagebuttons Issues (6.18.1.670)
I'm still struggling to understand this. Here's as far as I've managed to follow: The imagebuttons still appear, suggesting that use is working correctly since it manages to show the idle imagebutton, and one of the imagebuttons that uses the Jump action works perfectly. However, scrolling over the ...
- Sun Oct 05, 2014 4:17 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Say Screen/Window transition
- Replies: 6
- Views: 663
Re: Say Screen/Window transition
Still not working :\
- Sun Sep 28, 2014 3:46 am
- Forum: Ren'Py Questions and Announcements
- Topic: Changing distant images in hover state [solved]
- Replies: 2
- Views: 510
Re: Changing distant images in hover state (image button)
Hey, this is some old code I have for imagemaps but you should be able to apply it with imagebuttons: screen bonus: zorder 100 modal True if not persistent.my_bonus: add Solid("#000000") text "You haven\'t unlocked this yet" xalign 0.5 yalign 0.5 textbutton _("Return") action Return() xalign 1.0 yal...
- Fri Sep 26, 2014 2:45 pm
- Forum: Ren'Py Questions and Announcements
- Topic: SetScreenVariable Imagebuttons Issues (6.18.1.670)
- Replies: 6
- Views: 1085
Re: SetScreenVariable Imagebuttons Issues (6.18.1.670)
That's where the default statements are.
Okay, then to confirm just from looking at it, you can't see anything discernibly wrong with the language used?
There haven't been any changes that might cause SetScreenVariable to not work?
Okay, then to confirm just from looking at it, you can't see anything discernibly wrong with the language used?
There haven't been any changes that might cause SetScreenVariable to not work?
- Fri Sep 26, 2014 11:37 am
- Forum: Ren'Py Questions and Announcements
- Topic: SetScreenVariable Imagebuttons Issues (6.18.1.670)
- Replies: 6
- Views: 1085
Re: SetScreenVariable Imagebuttons Issues (6.18.1.670)
This was the original advice I was given way back when - http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=23195#p290994 screen viewport1 is simply one of the default screens for the main screen mapchoice1 , and contains the necessary buttons. Everything seemed to be working until the update. The...
- Fri Sep 26, 2014 12:45 am
- Forum: Ren'Py Questions and Announcements
- Topic: SetScreenVariable Imagebuttons Issues (6.18.1.670)
- Replies: 6
- Views: 1085
SetScreenVariable Imagebuttons Issues (6.18.1.670)
So I updated to the most recent version of Ren'Py. In the game, I was using a viewport as a map screen, the viewport containing imagebuttons that the player could click on that brought up other screens with information on them. This was done by using SetScreenVariable and the new screens containing ...
- Thu Sep 25, 2014 5:33 pm
- Forum: I am an Artist
- Topic: DELETE TOPIC
- Replies: 13
- Views: 6095
---
---
- Thu Sep 25, 2014 3:55 pm
- Forum: I am an Artist
- Topic: DELETE TOPIC
- Replies: 13
- Views: 6095
---
---
- Mon Sep 22, 2014 8:54 am
- Forum: I am a Voice Actor
- Topic: James Brown Jr, Professional Voice Actor (Open)
- Replies: 15
- Views: 4686
- Sun Sep 21, 2014 4:52 pm
- Forum: I am an Artist
- Topic: DELETE TOPIC
- Replies: 13
- Views: 6095
DELETE TOPIC
DELETE TOPIC
- Sat Sep 20, 2014 9:41 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Issues with rollback and text history
- Replies: 3
- Views: 1125
Re: Issues with rollback and text history
Rollback and text history are independent. config.rollback_enabled only controls Ren'Py's built-in rollback, not any sort of text history plugin. Are the two not linked, since text history assumes the function of rollback? def readback_catcher(): ui.add(renpy.Keymap(rollback=(SetVariable("yvalue", ...
- Sat Sep 20, 2014 3:59 am
- Forum: Ren'Py Questions and Announcements
- Topic: Issues with rollback and text history
- Replies: 3
- Views: 1125
Issues with rollback and text history
I've encountered two issues recently using 6.18 to do with rollback and text history. I'm using http://www.renpy.org/wiki/renpy/doc/cookbook/Text_History, which I know suffered from some issues and PyTom adjusted the code before the public release of 6.18. 1. Despite having config.rollback_enabled=F...
- Fri Sep 19, 2014 1:17 am
- Forum: Creator Discussion
- Topic: i don't feel safe anymore with gaming culture
- Replies: 50
- Views: 5704
Re: i don't feel safe anymore with gaming culture
[My views no longer reflect what I originally posted here.]
- Thu Sep 18, 2014 10:29 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Say Screen/Window transition
- Replies: 6
- Views: 663
Re: Say Screen/Window transition
Sent you a PM 
- Thu Sep 18, 2014 9:12 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Say Screen/Window transition
- Replies: 6
- Views: 663
Re: Say Screen/Window transition
A replication of what in particular? The entire game or the screens.rpy?PyTom wrote:I'd need a replication to stand a chance of diagnosing this.