Search found 2 matches

by evamorrow
Sun Mar 22, 2020 4:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Attempted making scrollable dialogue box, text area now unclickable
Replies: 3
Views: 558

Re: Attempted making scrollable dialogue box, text area now unclickable

Not sure how to circumvent this, but the problem may be that scrollable viewports also allow you to click and drag within the viewport to move the view. If you turn that off (if possible), perhaps then you can make only the bar scroll the viewport and allow advancing from clicking on the text. Than...
by evamorrow
Sun Mar 22, 2020 2:07 pm
Forum: Ren'Py Questions and Announcements
Topic: Attempted making scrollable dialogue box, text area now unclickable
Replies: 3
Views: 558

Attempted making scrollable dialogue box, text area now unclickable

I've attempted to modify the "say" screen to have the dialogue limited to a scrollable viewport and, while the text and scrolling works as intended, it's now only possible to progress the dialogue by clicking anywhere except my text area. The code in question is below: screen say(who, what...