Search found 2 matches

by ojgenius
Wed May 18, 2022 4:51 am
Forum: Ren'Py Questions and Announcements
Topic: Adjustable music playback bar
Replies: 1
Views: 321

Adjustable music playback bar

Hello lovely people! I'm a big newbie here and am stuck :(. I've created a music duration bar using the code below, which successfully shows me the duration of my audio clip as it's playing. I would like this bar to be user adjustable though. Anyone have any idea how to adjust or amend the code for ...
by ojgenius
Fri Apr 29, 2022 11:51 am
Forum: Ren'Py Questions and Announcements
Topic: Audio Duration Bar [solved]
Replies: 9
Views: 2693

Re: Audio Duration Bar

nyaatrap, would you mind checking this test project? I'm using the new GUI, no changes on styles. screen audio_duration(): bar: value AudioPositionValue(channel='music') xalign 0.5 yalign 0.5 xsize 500 xmaximum 500 label start: image bg black = "#000000" $ bgm_test = "test.mp3" ...