Search found 8 matches
- Sat Sep 05, 2020 6:00 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Jigsaw minigame problem
- Replies: 4
- Views: 359
Re: Jigsaw minigame problem
Wow! Thank you! That first link it might work! I'll try it and I'll let you know!
- Sat Sep 05, 2020 5:43 am
- Forum: Ren'Py Questions and Announcements
- Topic: Jigsaw minigame problem
- Replies: 4
- Views: 359
Re: Jigsaw minigame problem
Thanks, I looked into it, but is not exactly what I'm looking for.
- Fri Sep 04, 2020 7:50 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Jigsaw minigame problem
- Replies: 4
- Views: 359
Jigsaw minigame problem
Hi! I'm trying to make a jigsaw following the wonderful tutorial made by KimiYoriBaka (https://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=12504) and it work perfectly until I decide to keep two of the pieces in the proper place. I want to keep two of the pieces in the right place to help to solve...
- Fri Feb 07, 2020 5:24 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Remember if player have seen previous bg or text
- Replies: 2
- Views: 433
Re: Remember if player have seen previous bg or text
Thank you so much! That was exactly what I was looking for!
You da best!
You da best!
- Fri Feb 07, 2020 9:24 am
- Forum: Ren'Py Questions and Announcements
- Topic: Remember if player have seen previous bg or text
- Replies: 2
- Views: 433
Remember if player have seen previous bg or text
How do I do to put in my code if you have seen that background before? or certain line of text? Without using the variable statement. I think I read time ago that it's was possible. Been looking for hours but I don't even know if I'm looking the right terms. Something like if bg is been seen, or unl...
- Thu Jan 23, 2020 6:41 pm
- Forum: Ren'Py Questions and Announcements
- Topic: A layer between Background and Sprite
- Replies: 5
- Views: 456
Re: A layer between Background and Sprite
Wow! It finally worked!!!
Thank you so so so so much!
I should have asked for your help 3 days ago xD
Thank you so so so so much!
I should have asked for your help 3 days ago xD
- Thu Jan 23, 2020 5:49 pm
- Forum: Ren'Py Questions and Announcements
- Topic: A layer between Background and Sprite
- Replies: 5
- Views: 456
Re: A layer between Background and Sprite
Thank you for the help! It still doesn't work, so I'm doing something wrong... this is to complex for me xD I have this in for the layers. 'Bg' for the background. 'under' for the layer I need for the location. define config.layers = ['bg', 'under', 'master', 'transient', 'screens', 'overlay'] init ...
- Thu Jan 23, 2020 1:38 pm
- Forum: Ren'Py Questions and Announcements
- Topic: A layer between Background and Sprite
- Replies: 5
- Views: 456
A layer between Background and Sprite
Hi there! I've been the last three days reading in the forums and cookbooks about layers and stuff but I can't make it work. What I'm trying to do is basically put on the top of my screen the location where the MC is and a calendar. I call it using screen, so they show on top of my background and ch...