| 12-17-2009, 04:57 AM | #1 |
Hey, I'm wondering, is it possible to create floating text above a unit every t seconds after its construction? In my game, the player constructs Farms, which generate resources every 5 seconds. What I want to do is display the text '+25' (in green, doesn't really matter) after every 5 seconds of resource generation. It looks great and reminds the user where all his money is coming from. This effect can be seen in Battle for Middle Earth 2. In fact what I'm aiming for is an exact replication of that effect. I honestly have no idea where to start. The event is what is troubling me. A periodic event wouldn't work because the text would appear regardless of whether or not a Farm has been constructed, and there is no unit for which the floating text may be given reference for its position. What should I do? I would really appreciate some help on this as I am just thoroughly stumped, Thanks! |
| 12-17-2009, 08:04 AM | #2 |
start from forum search may be? |
| 12-17-2009, 02:54 PM | #4 |
Thanks for the help and quick response. I tested it and it works perfectly. |
