ef_explosion

Built in constant for an explosion effect.

语法:

ef_explosion;


返回: N/A


描述

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




例如:

if health <= 0
   {
   effect_create_above(ef_explosion, x, y, 2, c_red);
   instance_destroy();
   }

The above code will create a red explosion effect with a random size at the position of the instance running the code if that instance has less than 0 health.


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