User Tools

Site Tools


4rpl:commands:bouncefadeblack

Index

BounceFadeBlack

BounceFadeBlack(<-messageChannel)

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.

The whole script runs for 6 seconds. 3 second for fade in and 3 seconds for fade out.

Examples

once
   #Convert the message to a function call, and set it up.
   RegisterForMSG("FadeCompleteMessage" "FadeComplete")
   BounceFadeBlack("FadeCompleteMessage")
endonce
 
:FadeComplete
   Trace("Fade Complete")

Index

4rpl/commands/bouncefadeblack.txt · Last modified: 2024/03/21 22:38 by LiteralNoob