Search found 3 matches

by hhaeyeun
Mon Nov 02, 2020 2:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Cooking minigame- pausing videos
Replies: 2
Views: 330

Cooking minigame- pausing videos

Hello! I'm trying to code in a cooking minigame in which the player needs to slice a carrot. I want to know: Is there a way of pausing an imported video within Ren'Py unless the player clicks a button? I'm planning on making the slicing animation in a separate program and importing it as a video, an...
by hhaeyeun
Sat Oct 24, 2020 9:12 am
Forum: Ren'Py Questions and Announcements
Topic: how to make inventory slots go from page 1 to page 2
Replies: 2
Views: 354

how to make inventory slots go from page 1 to page 2

Hi! I'm a newbie coder making an RPG-style visual novel. I want to make an inventory code where you can flip from one page to the next, for example if page 1 has all its inventory slots full you can flip to the next page of slots. That, or I want to make the slots scrollable so you can view all the ...
by hhaeyeun
Thu Oct 22, 2020 6:52 pm
Forum: Ren'Py Questions and Announcements
Topic: I'm having trouble with creating a new text/imagebutton! Please help <3
Replies: 1
Views: 247

I'm having trouble with creating a new text/imagebutton! Please help <3

Hi! So I'm coding my first game and I'm creating an inventory system (since it's an rpg sort of style). I wanted to make a button saying "Show Inventory", which would take you to the inventory screen. The inventory itself isn't the issue-- I can't seem to get a new button to show up on the...