Hello,
I have a Sprite that I am constantly repositioning, and I would like to adjust the scale of the Sprite every time it is repositioned, first I tried ScaleBy, followed by reverse by and then again a new Scale By (so that I can scale based on original form), however is this the "right" way to do this?.
Additionally how can i get the new width of the sprite?, I noticed even though the image is scaled the width of the contentSize stays the same.
-Oscar