In Diablo 3 the points, damage and other text pops up and moves in a direction randomly, in a path that looks like an arc is being drawed. Can't explain it better, watch this to understand: youtu.be/33UDzGZTHPI
How can I do this in C2?
Hey! This is rudimentary but it does what you're looking for. Once you get your mechanics set up you could change my random number to the amount of damage done or to text like "critical."
https://www.dropbox.com/s/30wg32upbbg33 ... .capx?dl=0
Here is a version using a "damage" variable that is randomly generated, and then rounded:
https://www.dropbox.com/s/xf9yk9djm8pgb ... .capx?dl=0
Develop games in your browser. Powerful, performant & highly capable.
Haha nice. Simple and effective