effect_create_above(kind,x,y,size,color)
From YoYoGames Wiki
Description
Creates one of the built-in simple effects in front of the existing instances.
Arguments
- kind (integer): kind of effect (see effect constants)
- x (real): horizontal position of the effect
- y (real): vertical position of the effect
- size (integer): size of the effect (0=small, 1=medium, 2=large)
- color (integer): color of the effect (see e.g. color constants)
Explanation
This function will create one of the easy-to-use in built particle effects. See the effect constants for the posibilites. The effect is created at a depth of -100000 which means it will be created in front of all instances unless the instance has a larger depth. The effect wil appear centered at position (x,y).
See Also
Content from GMKB, was used to expand this article. The content was contributed by nickydude.

