I assume newSprite.scale.x = 1 is 100% size and then 2 would be 200% and so on? And that I need to do before adding the Sprite as a Child or could it also be done after?
Yes, 1 means 100%, so 0.70 should mean 70%.
I think you can do it after or before add the child :)