How do I blood splatters?

0 favourites
  • 7 posts
From the Asset Store
A fantastic package of 112 professional-quality sound effects for combat, weaponry, blood and gore.
  • I have this.

    However I have multiple of these.

    Blood Pool spawns but it doesn't seem to execute the function at all.

    I tried this too but it doesn't seem to want to execute it.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • If you launch this in debug you might find that it does run the function and create 12 blood particles but they're spawning on your original BloodPool that you have off screen somewhere, not on the one that was created. You call the function when the new bloodpool is created but then on the function for spawning the particles, it does this on the bloodpool with the lowest UID, not necessarily the one that was just created. Logic needs tweaking a bit to link the spawned bloodpool to the particle spawn, something like On bloodpool created > For particles 1 to 12 > create blood. i.e. in your second image replace the function call with 'Spawn bloodpool on enemy' and the 'on function' with 'On bloodpool created'.

  • Thank you that fixed it!

  • Can someone show the changes that would need to be made to get this to work? An image with added text or something else? I'm trying to tell what was needed just by reading and remember how C2 works but I'm lost.

  • It's just 2 events :

    Enemy HP < 0 ---- Spawn BloodPool on Enemy

    On BloodPool created (For 1 to 12) ---- Spawn BloodParticles on BloodPool

  • Welp..now I'm trying to get trails to work.

    But it doesn't want to rotate it...

    I'm using this...

    Maybe there's a different way of doing blood trails?

  • Tried doing this..

    Doesn't want to work again...

    I was using this from the tutorial on how to make drawing in C2...

    EDIT: Okay I noticed some mistakes... trying to fix them..

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)