User Tools

Site Tools


4rpl:commands:bouncefadeblack

This is an old revision of the document!


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.

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.1619313990.txt.gz · Last modified: 2021/04/24 21:26 by durikkan