Im not fully sure what maptext does but i believe it was used for over a mobs head damage counting in games if so how do i do it?
ID:2040056
![]() Feb 19 2016, 3:29 pm
|
|
Maptext shows text on the map, hence the name. You can do a bit of CSS styling to it by editing your map control's "Style" section, or using inline tags.
obj In the case you want to use it for showing damage, you would simply use objects or images (because images can use maptext too) to hold the maptext, combined with pixel_x/y offsets, alpha animation, and so on. If you don't know about animate(), get familiar with it a bit. It is simple to do, so I'll let you give it a try before I write anything else. |
it works great but only problem i have is it seems to spam the damage even though projectiles only hit 1 time and afterwords it doesnt always dissapear
|
I worked on it yesterday haha.
Hope it helps you!