-
HP counters
Hi
I was wondering if MMF2 had the option of displaying counters as so much out of another value i.e 50/100.
Like in the Pokemon games. I know how I could do this with a string but I was wondering if there was an option for counters that I've been overlooking. Any help would be greatly appreciated. Thanks
-
Re: HP counters
It depends what you want to do. If you want a horizontal health bar then all you do is set the maximum to the max health and current value to equal current health.
Otherwise you will need to use a string to display the numbers.
-
Re: HP counters
Another thing you can do is actually use 2 seperate counters for each and simply hide them. Then you would use the values from them in a string.
-
Re: HP counters
I just made a simple example of a HP system -
http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=161627#Post1616 27
Hopefully it is useful :)