Power bar Problem

SkyMapleSkyMaple Member Posts: 817
edited November -1 in Working with GS (Mac)
I have a problem with my power bar. the width is constrained to an attribute called "power".
The X position is constrained to- 35+(self.width/2). But the left side of the bar still moves around about 5 pixels.

How can I fix this?

Comments

  • ApplaudAppsApplaudApps Member Posts: 308
    It might be moving by 1 pixel when the self.width/2 is x.5 (i.e. a half pixel)

    You could try increasing the bar by two pixels at a time so that the width/2 is always a whole number.
Sign In or Register to comment.