ef_ellipse

Built in constant for an ellipse effect.

语法:

ef_ellipse;


返回: N/A


描述

This constant is for use in the functions effect_create_above and effect_create_below, and will create an ellipse effect as illustrated in the image below:




例如:

effect_create_below(ef_ellipse, x, y, choose(0, 1, 2), make_colour_hsv(irandom(255), 255, 255);

The above code will create an ellipse effect with a random size and colour at the position of the instance running the code.


上一页: Simple Effects
下一页: ef_explosion
© Copyright YoYo Games Ltd. 2018 All Rights Reserved