Show a screen and notification over movie_cutscene

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.
Post Reply
Message
Author
Jezzy
Regular
Posts: 30
Joined: Wed Jun 21, 2017 2:18 pm
Contact:

Show a screen and notification over movie_cutscene

#1 Post by Jezzy »

Hi!

I'm facing a new challenge with the movies in Renpy. I am trying to show a screen and notification over a running movie_cutscene. Is it possible?

User avatar
Per K Grok
Miko-Class Veteran
Posts: 882
Joined: Fri May 18, 2018 1:02 am
Completed: the Ghost Pilot, Sea of Lost Ships, Bubbles and the Pterodactyls, Defenders of Adacan Part 1-3, the Phantom Flyer
itch: per-k-grok
Location: Sverige
Contact:

Re: Show a screen and notification over movie_cutscene

#2 Post by Per K Grok »

Jezzy wrote: Mon Mar 25, 2019 2:29 pm Hi!

I'm facing a new challenge with the movies in Renpy. I am trying to show a screen and notification over a running movie_cutscene. Is it possible?
Maybe you could (you could look into overlay, don't know but suspect you could do something with that), but I think it would be easier to show the video as an image.
No problem showing a screen over that.

Code: Select all

image movie1 = Movie(play="movies/Push.ogv")
# The game starts here.
###############################################################################################
########################################################################################
label start:
    scene bg black
    show movie1
    show screen balloon2
    pause

Post Reply

Who is online

Users browsing this forum: Google [Bot], Semrush [Bot]