omgflyingbanana Posted July 29, 2015 Share Posted July 29, 2015 A problem of mine is that the sprite.anchor.setTo() uses scale (for example, 0.5 means the 0.5 the height of the sprite, not 0.5 pixels). I need to set the anchor point at a specific point outside the sprite. How can I accomplish this? Link to comment Share on other sites More sharing options...
rich Posted July 29, 2015 Share Posted July 29, 2015 Either use 'pivot' or use negative anchor values (or >1 for outside the other side) Link to comment Share on other sites More sharing options...
Recommended Posts