Search found 9 matches

by LongHairRkr
Tue Jul 11, 2023 9:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Worldmap conundrum
Replies: 2
Views: 156

Re: Worldmap conundrum

Ok, I understand that I have a tooltip option to give it somethings like mouseover and what not. Any idea what I would use for coding to tell it to display an address img and a people image based on time of day over the top of the map?
by LongHairRkr
Sat Jul 08, 2023 6:01 pm
Forum: Ren'Py Questions and Announcements
Topic: Worldmap conundrum
Replies: 2
Views: 156

Worldmap conundrum

I'm looking for a little help with a world map. What I would LIKE to happen is that the player touches the map icon and is taken to the map. I have that part covered. The map that I have is scrollable and can be moved. Each house can be hovered over and changes color. What I would LIKE to do is have...
by LongHairRkr
Sun Apr 11, 2021 4:52 pm
Forum: Ren'Py Questions and Announcements
Topic: HELP! Problem with simple day/day time problem
Replies: 2
Views: 492

Re: HELP! Problem with simple day/day time problem

Yeah, in the script my $ day variable should be 0 to 6 and then if it hits 7 it goes back to zero. The weird part is that the background is the correct one for the scene, but the screens themselves don't display when they have to have a day or dtime variable after the first week. You'd think it woul...
by LongHairRkr
Sun Apr 11, 2021 1:21 pm
Forum: Ren'Py Questions and Announcements
Topic: HELP! Problem with simple day/day time problem
Replies: 2
Views: 492

HELP! Problem with simple day/day time problem

I'm making a simple label to make the days go in a circle and then jump back to morning. But the issue I'm having is that it will display my worldmap and cellphone icons, but it stops recognizing what day it is and displaying my day and navigation screens when the week turns back to Sunday, anyone h...
by LongHairRkr
Fri Apr 17, 2020 12:29 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem: Random buttons or image buttons.
Replies: 2
Views: 469

Re: Problem: Random buttons or image buttons.

That worked beautifully! Thank you SO much!!
by LongHairRkr
Thu Apr 16, 2020 7:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem: Random buttons or image buttons.
Replies: 2
Views: 469

Problem: Random buttons or image buttons.

Help gang! I know there has to be a way to do this but I'm too smart to figure this out. :D What I'd like to do is have two image buttons from a list of characters so that you can click each one to jump to an event. I want to make these characters randomly picked when you come into the "room&qu...
by LongHairRkr
Mon Aug 05, 2019 4:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Game basic UI questions ... noob
Replies: 4
Views: 742

Re: Game basic UI questions ... noob

That works. Thank you!
by LongHairRkr
Sat Aug 03, 2019 1:26 am
Forum: Ren'Py Questions and Announcements
Topic: Game basic UI questions ... noob
Replies: 4
Views: 742

Re: Game basic UI questions ... noob

Thanks for the reply! I took a good look at the examples you gave, and I'm doing something pretty similar in all of those cases. So I'm not far off fortunately. One issue I'm having and can't seem to find with all of these things ... How do I make them all go back to the screen you came in from? Whe...
by LongHairRkr
Fri Aug 02, 2019 2:09 am
Forum: Ren'Py Questions and Announcements
Topic: Game basic UI questions ... noob
Replies: 4
Views: 742

Game basic UI questions ... noob

Hello there, First, thank you for any help you can give! I've looked over the renpy manuals and searched for this problem. I'm sure it's a simple thing and I'm not using the right search terms. I know I've seen dozens of other games do what I'm looking for. I'm working on a simple idea for a game. I...