ef_ring

Built in constant for a ring effect.

语法:

ef_ring;


返回: N/A


描述

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




例如:

if mouse_check_button_pressed(mb_left)
   {
   effect_create_below(ef_ring, mouse_x, mouse_y, 1, c_aqua);
   }

The above code will create a light blue ring effect below the mouse cursor when the left button is pressed.


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