Search found 4 matches

by verticalpoint
Sat Jun 16, 2012 12:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Seeking Advice about Using Screens or Layers
Replies: 2
Views: 621

Re: Seeking Advice about Using Screens or Layers

Thank you Sundown Kid for the outline :) However, I haven't been able to figure out how to get the connection between the first viewport and the others to work as of yet... Here's what I've got so far: In Screens.rpy screen exsent: side "c b r": area (350, 400, 500, 200) add "reibun.j...
by verticalpoint
Wed Jun 13, 2012 8:56 am
Forum: Ren'Py Questions and Announcements
Topic: Seeking Advice about Using Screens or Layers
Replies: 2
Views: 621

Seeking Advice about Using Screens or Layers

I am trying to create a dynamic section where the user can click on an object in one freely scrollable area and trigger changes in two other dynamic areas but I am a bit confused about the best way to go about coding it effectively. :? Attached is an outline I drew out that might help to explain my ...
by verticalpoint
Wed Jun 13, 2012 8:23 am
Forum: Ren'Py Questions and Announcements
Topic: Outputting an integer count
Replies: 3
Views: 764

Re: Outputting an integer count

Thank you for all of the information! Eventually after looking at some examples using ren'py code, I got it to output and keep track of the scores correctly. :D
by verticalpoint
Sat Jul 16, 2011 1:13 am
Forum: Ren'Py Questions and Announcements
Topic: Outputting an integer count
Replies: 3
Views: 764

Outputting an integer count

I am currently working on a game that is intended to be a learning aid for my university's Japanese program. However, due to my lack of experience with ren'py and the python language, I seem to have come upon a stumbling block in regards to how to display a count variable. I have done some research/...