Health Bar Flicker
I'm using the Health Bar Tutorial for a rop to lift up a crate on the side of a building.
It works well, but I get a bad flicker and sometimes it fully disappears.
The only real difference form my code and of that in the example is that my scrolls with the level and the Health Bar doesn't.
It works well, but I get a bad flicker and sometimes it fully disappears.
The only real difference form my code and of that in the example is that my scrolls with the level and the Health Bar doesn't.
Comments
I do have a Timer run Every 0.1 sec.
Does it make any Difference using REAL instead of INDEX as Attributes??
using @Tshirtbooths great Ink Limit video:
this shortDemo may help: http://www.mediafire.com/?l1qrfjx4ibf6d27
==
realType attributes store positive or negative numbers with/without fractions (decimals)
indexType attributes store positive whole numbers … no negatives … and roundsOff decimals
developer's choice … for what numberValues the game should store
Plus I wasn't sure how to erase the old line and before updating the new lines position.
I think I will just have a rope that doesn't move for now.
Thanks for the Help.