Search found 5 matches

by Naudrey
Thu Nov 24, 2022 9:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Questions event with life/limit of faills.
Replies: 0
Views: 461

Questions event with life/limit of faills.

Hi! I plan to do an interrogation-style event in my current project. Maybe someone can help me a little. My intention is that a series of questions will appear and the right one will make you advance in the event, but I wanted to add a limit of failures such as "lives" which will end in a ...
by Naudrey
Sat Jan 09, 2021 1:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with Imagebutton. Click and Point.
Replies: 6
Views: 410

Re: Problem with Imagebutton. Click and Point.

what are you trying to do? there is a lot ways of hiding an imagebutton after it's been clicked on how to show and hide a screen in-game. I'll show you two ways to do it 1. this will hide it completely and will not show until you tell it to show by using show screen screen_name then use show screen...
by Naudrey
Sat Jan 09, 2021 1:03 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with Imagebutton. Click and Point.
Replies: 6
Views: 410

Re: Problem with Imagebutton. Click and Point.

Hi, Naudrey , You need to use Jump not jump: action Jump("miniphoto1") I knew I was overlooking something haha thank you very much _ticlock_. although now the problem arises that touching any other part of the screen activates the image in any monment and is not hidden. it wouldn't make s...
by Naudrey
Sat Jan 09, 2021 12:37 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem with Imagebutton. Click and Point.
Replies: 6
Views: 410

Problem with Imagebutton. Click and Point.

Hello. Well, I'm trying to place a Click and point-style system for my vn. for the time being, I wanted to prove that only a certain object can be touched and this provides some information. I'm a rookie in programming, so maybe it's a normal thing. based on a code I used creating a screen for that ...