Search found 3 matches

by dj87
Sun Jun 04, 2023 12:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Key press value
Replies: 3
Views: 189

Key press value

I want to store the key pressed value in variable. This variable then will be used in a function. renpy.get_last_input() doesn't seem to work. Please help basically I am implementing a timer based minigame for arrow pressing to fight enemy. Here's the code init python: def get_time(): import time re...
by dj87
Thu Jun 01, 2023 3:46 am
Forum: Ren'Py Questions and Announcements
Topic: Imagebutton
Replies: 1
Views: 111

Imagebutton

Below, is the code I am trying for a minigame where there will be timer based arrow clicking game which will remove enemy's 1 heart else player's 1 heart: stuck with imagebutton logic please help or provide any other way image arrow_up = "images/arrow_up.jpg" image arrow_down = "image...
by dj87
Wed May 31, 2023 9:02 am
Forum: Ren'Py Questions and Announcements
Topic: Problem with expressions
Replies: 2
Views: 119

Problem with expressions

I have poses A and B I have expressions C. These are rendered in two separate layers per character. The angle of the expressions in C lines up with A, but not B. In order to find a lightweight solution, C needs to be able to line up with B and A If the solution is to create "D" where it's ...