Tuesday, June 24, 2025

Custom Event Editor: Fade In / Fade Out Step

Fading Step is to make the camera fade to a color or get it back to display the scene. 

It is an important step as you do not want the player to see how you set up a scene. Using a fade out step to set up the scene and fade in to show it to the player when everything is ready. 

The default waiting type for a Fade Out Step is "Fade Out". For Fade In Step it is "Auto".

 

Fading

(1) Fading Type.

Select whether it is fading out or fading in for this step. 

Note: When making the flow chart it is important to know that you cannot do fade out once more if the game is already in fade out condition. It will make the game unresponsive. 


(2) Fade Color.

The color that fade to / from. The format is hex color code in #ARGB. If you do not know how to input the hex color code, click the "Pick Color" button to select a color from the color picker.

If you leave this field empty, the game will use black as the default fade color.


(3) Duration. 

How long the fade in / fade out will last in number of seconds. Default value is 0.5 second.

 

 

No comments:

Post a Comment

Custom Event Editor: Evaluate Step

Evaluate Step is to let use the parameters or variables in the game to do some computations and stored it in a result variable. It could...