Search found 8 matches

by Hurricanedragon
Sun Oct 11, 2015 7:25 pm
Forum: Ren'Py Questions and Announcements
Topic: My Side Image Won't Stay...
Replies: 8
Views: 691

Re: My Side Image Won't Stay...

Oohhhh!! That's what the problem was! Thank you so much!!!
by Hurricanedragon
Sat Oct 10, 2015 2:33 pm
Forum: Ren'Py Questions and Announcements
Topic: My Side Image Won't Stay...
Replies: 8
Views: 691

Re: My Side Image Won't Stay...

I figured it out~!! I just took the original code and plugged in image ="sar" with all the characters like so: define s = Character('Sariya', color="#FFFFFF", what_prefix='"', what_suffix='"', show_two_window=True, image="sar") define eve = Character('Eve', co...
by Hurricanedragon
Sat Oct 10, 2015 2:20 pm
Forum: Ren'Py Questions and Announcements
Topic: My Side Image Won't Stay...
Replies: 8
Views: 691

Re: My Side Image Won't Stay...

Taking out the show statement didn't take away the error, and I don't think I've overwritten the centered statement with anything. I wanted to make it so that the main character's image would still be there even when she's not the character speaking. When I use the traditional code for side images, ...
by Hurricanedragon
Sat Oct 10, 2015 1:28 pm
Forum: Ren'Py Questions and Announcements
Topic: My Side Image Won't Stay...
Replies: 8
Views: 691

Re: My Side Image Won't Stay...

label start: scene black window show centered "{color=#fff}{i}RING-DING DING-DONG.{/i}{/color}" centered "{color=#fff}{i}DING-DING RING-DONG.{/i}{/color}" "The bells ring their familiar chime, signalling students to head towards their homerooms as the school day begins agai...
by Hurricanedragon
Sat Oct 10, 2015 12:33 pm
Forum: Ren'Py Questions and Announcements
Topic: My Side Image Won't Stay...
Replies: 8
Views: 691

My Side Image Won't Stay...

Hello. I tried using this topic (http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=17939) to help me make my side image stay, but my code doesn't seem to work at all. In my "say" screen, I have: # If there's a side image, display it above the text. default noMC = False if noMC: if s...
by Hurricanedragon
Thu Dec 11, 2014 5:32 pm
Forum: Ren'Py Questions and Announcements
Topic: Stuck Quick Menu Button
Replies: 5
Views: 771

Re: Stuck Quick Menu Button

It still fails... ######################################## screen quick_m(): modal True imagemap: ground "MB/Menu2_ground.png" hover "MB/Menu2_hover.png" pos (100,0) hotspot (51, 82, 158, 67) clicked ShowMenu("save") hotspot (51, 182, 158, 67) clicked ShowMenu("loa...
by Hurricanedragon
Wed Dec 10, 2014 4:52 pm
Forum: Ren'Py Questions and Announcements
Topic: Stuck Quick Menu Button
Replies: 5
Views: 771

Re: Stuck Quick Menu Button

I did, but it's still stuck there. :/
by Hurricanedragon
Wed Dec 10, 2014 3:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Stuck Quick Menu Button
Replies: 5
Views: 771

Stuck Quick Menu Button

Hello! I'm new to the forum. :D I created a button that opens a quick menu when it's clicked, but I want it to disappear when it's clicked and to come back when the quick menu is closed (when return is pressed) . The quick menu moves in and out just fine, it's just the menu button that's not doing w...