Search found 4 matches

by ketchup
Sun Apr 22, 2018 6:58 pm
Forum: Ren'Py Questions and Announcements
Topic: Inactivity Timer in a RenPy Game
Replies: 19
Views: 4352

Re: Inactivity Timer in a RenPy Game

This seems to do the trick! Posting it for anyone who would want to use it. (I realize I am in a very small minority hahah) screen inactivity_timer(): timer 5.0 action MainMenu(confirm=False) if 'mousedown_1': call reset_timer label reset_timer(): hide screen inactivity_timer show screen inactivity_...
by ketchup
Sun Apr 22, 2018 12:33 pm
Forum: Ren'Py Questions and Announcements
Topic: Inactivity Timer in a RenPy Game
Replies: 19
Views: 4352

Re: Inactivity Timer in a RenPy Game

Hi!

The reason I want to do this is because I made a game for an exhibition! So I wanted it to be able to restart in the case that a player abandoned the station halfway through. This way new players would be able to start right away! Makes sense?
by ketchup
Fri Apr 20, 2018 1:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Inactivity Timer in a RenPy Game
Replies: 19
Views: 4352

Re: Inactivity Timer in a RenPy Game

I want to use this for inactivty through the whole game. Is there a way to do it on clicks?

Like if someone hasn't clicked for five minutes it goes back to the main menu?
by ketchup
Fri Feb 09, 2018 1:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Choice Button Animation
Replies: 0
Views: 581

Choice Button Animation

Hello! I want to change the way my choice button animation works. I would like it so that the choice that was picked stays on screen on longer then the other choices do after they have been picked. For example: "What flavor do you want?" A. Vanilla B. Chocolate C. Swirl When you choose, B....