Search found 3 matches

by Leoben
Mon Aug 08, 2011 4:04 pm
Forum: Development of Ren'Py
Topic: Problem with playing movie_cutscene in renpy-6.12.*
Replies: 0
Views: 713

Problem with playing movie_cutscene in renpy-6.12.*

Hello. Has a problem in newer versions renpy-6.12.* of the function "$ renpy.movie_cutscene ()". It is easily seen if one compares the demo-tutorial video playback "shuttle.ogv" in versions renpy 6.11 .*. For example, I compared the renpy-6.11.2 and renpy-6.12.2 version. In renpy...
by Leoben
Fri Jul 23, 2010 4:33 am
Forum: Development of Ren'Py
Topic: Surface.blit with optional special flags
Replies: 2
Views: 1262

Re: Surface.blit with optional special flags

Thanks for the reply.
by Leoben
Fri Jul 23, 2010 2:15 am
Forum: Development of Ren'Py
Topic: Surface.blit with optional special flags
Replies: 2
Views: 1262

Surface.blit with optional special flags

Immediately I apologize for my English. I have a question Ren'py. Purpose: I want to add the ability to display images with the flags mixing pygame.BLEND_ADD, pygame.BLEND_MULT etc. ... The undertaken work: I managed to renpy.Displayable display these flags for static images, through the transfer of...