Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Or can you use Movie() without covering the background?
Yes, just make sure your movie file supports transparency, if it's rendered opaque, you can use the Movie displayable's mask parameter and pass another movie file that contains the black and white areas of the original movie. Black would represent those transparent areas, while white represents the opaque areas afaik.