This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:bouncefadeblack [2021/01/08 16:01] – external edit 127.0.0.1 | 4rpl:commands:bouncefadeblack [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
===== Description ===== | ===== Description ===== | ||
- | Causes the screen to fade to black, then fade back in. While fading, interaction is blocked. | + | Causes the screen to fade to black, then fade back in. While fading, interaction is blocked. |
+ | The whole script runs for 6 seconds. | ||
+ | 3 second for fade in and 3 seconds for fade out. | ||
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
- | BounceFadeBlack(" | + | |
+ | once | ||
+ | # | ||
+ | | ||
+ | | ||
+ | endonce | ||
: | : | ||
| | ||
+ | |||
+ | |||
</ | </ | ||
< | < | ||