Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - darkeccho

Pages: [1]
1
NGUI 3 Support / Re: make a health bar
« on: August 16, 2015, 06:29:29 PM »
Actually no, the second half of the video does not show you that, it displays a bar but you don't show how to link the health with the bar and have it update. The bar did not update in the video alongside you decreasing or increasing the health with clicks.

I was not having any issues using integers, it worked fine for me, only when I linked it to NGUI did I need to convert them to a float in order to use them alongside NGUI.

2
NGUI 3 Support / Re: make a health bar
« on: August 05, 2015, 06:27:35 PM »
The video does not show you how to make a health bar, it only shows how to display pop up text, which was already covered in another video. The real question is, how do you convert the damage over to the slider? Using property binding it can only be achieved if the property is a float, which means any int you use must be converted to a float and the declared equal to the integer desired. This is the real health bar making process :)

Hope that helps anyone else.

Pages: [1]