effect_create_above

  1. P

    SOLVED My effects don't work the first time around, I'm lost

    Hello, GM community. First time poster here. I'm fairly new to programming in general but seem to be taking to it, and part of that is all of you. Even though this is my first time posting here, I've been coming here for weeks, reading posts, learning, getting my issues resolved. Not once have I...
  2. D

    Legacy GM c_ Not working?

    I'm trying to make it so that when my enemy dies it creates an effect that's red and it just isn't working. Here's my enemy destroy code:effect_create_above(ef_explosion,x,y,1,c_maroon); All I need it to do is create an effect with the color I want but that doesn't work. Any help would be...
  3. Zhanghua

    GameMaker [SOLVED]Why effect_create_above doesn't work?

    Why effect_create_above doesn't work? I just create a new project and drag a new object in the default room. the step event: part_system_automatic_draw(1, 1); part_system_automatic_update(1, 1); part_system_depth(1,-10) effect_create_above(ef_explosion,x, y, 1, c_yellow)...
Top