How do I create fountain damage text similar to Borderlands

0 favourites
  • 5 posts
From the Asset Store
Fully commented source code/event sheet & sprites to create a space shooter game
  • How do I create a fountain damage text effect (at random) in the same style as in Borderlands 2? The text should do a fountain effect to the left and to the right, at random. The game character has physics behaviour, hence applying physics force or impulse at a random angle does not work (it would apply the impulse also at the character).

    Thank you in advance!

    Reference picture:

    forum.unity3d.com/attachments/borderlands2-02-jpg.66700

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi domn,

    I'd do this:

    1: give the text object the bullet behavior and in the text's bullet behavior properties:

    --Change "set angle" to "no"

    --play with the speed, acceleration and gravity values until you get the motion you want.

    2: After the text box is spawned, set the angle to 270 degrees + random(-45,45)

  • I made a simple demonstration in the Capx:

    [attachment=0:2qbp2jcg][/attachment:2qbp2jcg]

  • Thank you guys for your tips!

    Mulkaccino, your solution was exactly what I was looking for, thank you for that!!

    -Domn

  • Is the official name for this effect called fountain text? I've been calling them "pop tarts" for lack of a better name because they work similar to toaster/growlers.

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