设置粒子透明度


描述

This action will set the alpha for when you create the particle as well as the alpha over its lifetime. You first specify the particle type ID value (which should be the same as the value returned when you created the particle using the Create Particle Type action) and then you can set the alpha values to use.

You can pick three alphas to use, and the particle will blend between them over the lifetime of the particle. For example, if a particle has 0.5, 1 and 0 as the alpha values, and a lifetime of 60 game frames, then when it is created (frame 0) it will at 0.5 alpha, then it will fade towards a full alpha of 1 (frame 30), before fading on to be invisible with an alpha of 0 (frame 60).


动作语法:

Set Particle Alpha Syntax


参数:

参数 描述
Type ID The unique ID value for the particle type to set the colour of
开始 The initial alpha to use
中键 The in between alpha to use
结束 The final alpha to use


例如:

Set Particle Alpha Example
The above action block code will create a new particle type and assign its unique ID value to a global variable. It then proceeds to set all the properties for the particle type.