Hello everyone !
Can someone help me ? I want to make a damage display like this game :
http://youtu.be/EIIWQ-E2MVM
Here is the numbers picture to use :
<img src="http://img233.imageshack.us/img233/2239/numbers.png">
I have a global variable called "Factor".
When "Factor" is equal to 1.0, to 0.75 or 1.25 -> Normal damage
When "Factor" is equal to 2.0 -> Critical damage
When "Factor" is equal to -1.0 -> Healing damage
First line is for normal damage
Second line is for critical damage
Third line is for "healing" damage
I also have a global variable called "Damage".