User Tools

Site Tools


4rpl:commands:bouncefadeblack

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
4rpl:commands:bouncefadeblack [2021/01/08 16:01] – external edit 127.0.0.14rpl: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. WHen the bounce is complete, the specified message channel will be called.+Causes the screen to fade to black, then fade back in. While fading, interaction is blocked. When the bounce is complete, the specified message channel will be called.
  
 +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("FadeComplete")+ 
 +once 
 +   #Convert the message to a function call, and set it up. 
 +   RegisterForMSG("FadeCompleteMessage" "FadeComplete") 
 +   BounceFadeBlack("FadeCompleteMessage"
 +endonce 
 :FadeComplete :FadeComplete
    Trace("Fade Complete")    Trace("Fade Complete")
 +   
 +
  
 </code> </code>
 <=[[4rpl:start| Index]] <=[[4rpl:start| Index]]
  
4rpl/commands/bouncefadeblack.1610121708.txt.gz · Last modified: 2025/02/14 14:56 (external edit)