Search found 3 matches

by würstlbaron
Mon Oct 02, 2017 9:20 am
Forum: Ren'Py Questions and Announcements
Topic: using renpy.random for timing in an animated image / animation random time
Replies: 2
Views: 1684

Re: using renpy.random for timing in an animated image / animation random time

Divona wrote: Mon Oct 02, 2017 8:54 am Perhaps something like this: [...]
perfect, works like a charm like that. thank you! :D
by würstlbaron
Mon Oct 02, 2017 8:55 am
Forum: Ren'Py Questions and Announcements
Topic: weird scaling distortion on frames with borders, possibly bug
Replies: 1
Views: 608

weird scaling distortion on frames with borders, possibly bug

hi, i noticed something funky going on in the background of a frame. i narrowed it down to only happening at the borders that are nonzero. here's how to see what i mean: - use renpy 6.99.12.4.2187 - create a new project - use new GUI interface (i use 1920 resolution) - call it "test" or wh...
by würstlbaron
Mon Oct 02, 2017 8:10 am
Forum: Ren'Py Questions and Announcements
Topic: using renpy.random for timing in an animated image / animation random time
Replies: 2
Views: 1684

using renpy.random for timing in an animated image / animation random time

hello! i want to randomize the time between frames of an animated image, like this: image eileen blinking: "eileen open eyes.png" pause renpy.random.random() "eileen closed eyes.png" pause 0.2 repeat however, when i do this, it seems that the randomized pause time is only determi...