-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial_video.rpy
44 lines (29 loc) · 1.45 KB
/
tutorial_video.rpy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# TODO: Translation updated at 2025-01-26 12:26
# game/tutorial_video.rpy:10
translate italian tutorial_video_f34a17f5:
# e "Ren'Py supports playing movies. There are two ways of doing this."
e ""
# game/tutorial_video.rpy:12
translate italian tutorial_video_4aefd413:
# e "The first way allows you to show a movie as an image, along with every other image that's displayed on the screen."
e ""
# game/tutorial_video.rpy:16
translate italian tutorial_video_b56ccf19:
# e "To do this, we first have to define an image to be a Movie displayable. Movie displayables take a movie to play, and can be given position properties."
e ""
# game/tutorial_video.rpy:25
translate italian tutorial_video_fbaa71e4:
# e "Then, we can show the movie displayable, which starts the movie playing."
e ""
# game/tutorial_video.rpy:30
translate italian tutorial_video_bbbb242d:
# e "When we no longer want to play the movie, we can hide it."
e ""
# game/tutorial_video.rpy:34
translate italian tutorial_video_a66b154c:
# e "The other way to show a movie is with the renpy.movie_cutscene python function. This shows the movie fullscreen, either until it ends or until the user clicks."
e ""
# game/tutorial_video.rpy:41
translate italian tutorial_video_63e75209:
# e "A Movie displayable can also take a mask with an alpha channel, which lets you make movie sprites. But that's more complicated, so I'll stop here for now."
e ""