Search found 4 matches

by pokebug163
Wed Apr 15, 2020 5:40 pm
Forum: Ren'Py Questions and Announcements
Topic: Index out of range
Replies: 2
Views: 417

Re: Index out of range

Hello, I'm trying to implement this screen where You need to flip through a book of 4 pages to find a specific picture. I'm trying to have it so where the player is able to more foward and back pages. I've asked a couple people for help, and here's what I have as a result for now: screen yearbook()...
by pokebug163
Tue Apr 14, 2020 8:35 pm
Forum: Ren'Py Questions and Announcements
Topic: Index out of range
Replies: 2
Views: 417

Index out of range

Hello, I'm trying to implement this screen where You need to flip through a book of 4 pages to find a specific picture. I'm trying to have it so where the player is able to more foward and back pages. I've asked a couple people for help, and here's what I have as a result for now: screen yearbook():...
by pokebug163
Mon Apr 06, 2020 1:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Creating choices with Vbox
Replies: 2
Views: 286

Re: Creating choices with Vbox

Alex wrote: Mon Apr 06, 2020 1:35 pm The action part should be

Code: Select all

action Jump("yes_label")
https://www.renpy.org/doc/html/screen_actions.html#Jump
omg thank you so much!!
by pokebug163
Mon Apr 06, 2020 1:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Creating choices with Vbox
Replies: 2
Views: 286

Creating choices with Vbox

So, I'm trying to make a vbox where, just like regular menus, it can jump labels. I'm not sure if you're able to do that with a vbox and choice buttons, but in short, I'm trying to have a menu, but inside a vbox. I dont know what action I would use to make this work or what you fill in for the codin...